aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. W. Poon <dwpoon@mail.ubc.ca>2017-12-19 16:53:18 -0800
committerMichael Mann <mmann78@netscape.net>2017-12-20 13:49:09 +0000
commit6ff295af017cb7ae95ba88483397d209edaefaf6 (patch)
tree0f40d7d7194c5c539022ffad67450bfe5c00ca0f
parent0b30fb239f65501bcb4b97635eb87a3777f20707 (diff)
Swapped expert item fields in sample dissector
The sample dissector was inconsistent with the definition of expert_field_info in epan/expert.h. Change-Id: I533537e52bbcfa7f0cd7ff42e4233f17f40f8bab Reviewed-on: https://code.wireshark.org/review/24902 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--doc/packet-PROTOABBREV.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/packet-PROTOABBREV.c b/doc/packet-PROTOABBREV.c
index 4d9122e19f..8d564e473f 100644
--- a/doc/packet-PROTOABBREV.c
+++ b/doc/packet-PROTOABBREV.c
@@ -214,7 +214,7 @@ proto_register_PROTOABBREV(void)
/* Setup protocol expert items */
static ei_register_info ei[] = {
{ &ei_PROTOABBREV_EXPERTABBREV,
- { "PROTOABBREV.EXPERTABBREV", PI_SEVERITY, PI_GROUP,
+ { "PROTOABBREV.EXPERTABBREV", PI_GROUP, PI_SEVERITY,
"EXPERTDESCR", EXPFILL }
}
};