From a70163fa5c2d45dfc87746c74c498283494d1de6 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 5 Oct 2011 19:21:48 +0000 Subject: All: Fix proto_tree_add_item() encoding parameter: - Use 'ENC_(LITTLE|BIG)_ENDIAN' instead of locally defined 'bo_(little|big)_endian'; - Use ENC_NA for hf fields with type FT_NONE or FT_BYTES. packet-wsp.c: - #if 0 unused hf fields; -Fix two minor bugs in "sir" dissection. svn path=/trunk/; revision=39276 --- epan/dissectors/packet-wap.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'epan/dissectors/packet-wap.h') diff --git a/epan/dissectors/packet-wap.h b/epan/dissectors/packet-wap.h index 92ce78a40a..81622c1ad8 100644 --- a/epan/dissectors/packet-wap.h +++ b/epan/dissectors/packet-wap.h @@ -73,12 +73,6 @@ #define HF_EMPTY ( -1 ) #define ETT_EMPTY ( -1 ) -enum -{ - bo_big_endian = 0, - bo_little_endian = 1 -}; - /* Utility function for reading Uintvar encoded values */ guint tvb_get_guintvar (tvbuff_t *, guint , guint *); -- cgit v1.2.3