diff options
-rw-r--r-- | vrt/lib/expanded_header.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vrt/lib/expanded_header.cc b/vrt/lib/expanded_header.cc index d7da06af4..0eb2042d8 100644 --- a/vrt/lib/expanded_header.cc +++ b/vrt/lib/expanded_header.cc @@ -113,7 +113,7 @@ namespace vrt { } /* is this a if context packet? */ - if (ntohl(p[0]) & VRTH_PT_IF_CONTEXT){ + if (h->if_context_p()){ *payload = p; *n32_bit_words_payload = n32_bit_words_packet; } |