From c68f62210fc20890502cb84dbc2ea4321de5b791 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 22 Aug 2004 00:31:58 +0000 Subject: Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit integers. Make FT_INT64 and FT_UINT64 add numerical values, rather than byte-array values, to the protocol tree, and add routines to add specified 64-bit integer values to the protocol tree. Use those routines in the RSVP dissector. svn path=/trunk/; revision=11796 --- epan/dissectors/packet-aodv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-aodv.c') diff --git a/epan/dissectors/packet-aodv.c b/epan/dissectors/packet-aodv.c index b262dccc79..0d5ac4e015 100644 --- a/epan/dissectors/packet-aodv.c +++ b/epan/dissectors/packet-aodv.c @@ -34,7 +34,6 @@ #include -#include #include #include -- cgit v1.2.3