aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 816f1ce65b..075f758d7f 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -717,10 +717,10 @@ typedef struct
/** HIDING PROTOCOL FIELDS IS DEPRECATED, IT'S CONSIDERED TO BE BAD GUI DESIGN!
A user cannot tell by looking at the packet detail that the field exists
and that they can filter on its value. */
-#define FI_HIDDEN 0x00000001
+#define FI_HIDDEN 0x00000001
/** The protocol field should be displayed as "generated by Wireshark",
* used in field_info.flags. */
-#define FI_GENERATED 0x00000002
+#define FI_GENERATED 0x00000002
/** The protocol field is actually a URL */
#define FI_URL 0x00000004