summaryrefslogtreecommitdiff
path: root/epan/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index d150b01cda..bb6a6e32fc 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -247,9 +247,9 @@ struct _protocol {
const char *name; /* long description */
const char *short_name; /* short description */
const char *filter_name; /* name of this protocol in filters */
- int proto_id; /* field ID for this protocol */
GSList *fields; /* fields for this protocol */
GSList *last_field; /* pointer to end of list of fields */
+ int proto_id; /* field ID for this protocol */
gboolean is_enabled; /* TRUE if protocol is enabled */
gboolean can_toggle; /* TRUE if is_enabled can be changed */
gboolean is_private; /* TRUE is protocol is private */