aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmhdr.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-05-02 05:16:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-05-02 05:16:09 +0000
commitcacddebdb720b41f1a62511f5ff8c296252924a7 (patch)
tree26fac09718656b16050038a80796be7a464edeee /epan/dissectors/packet-gmhdr.c
parent25e62daeb93862bef41083972847c070823523a2 (diff)
From Sandeep Dahiya:
Extend the value_string that show the platform from where the packet was captured. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8624 svn path=/trunk/; revision=49133
Diffstat (limited to 'epan/dissectors/packet-gmhdr.c')
-rw-r--r--epan/dissectors/packet-gmhdr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gmhdr.c b/epan/dissectors/packet-gmhdr.c
index 0f9efb9568..c2acb58212 100644
--- a/epan/dissectors/packet-gmhdr.c
+++ b/epan/dissectors/packet-gmhdr.c
@@ -81,6 +81,9 @@ static const value_string gmhdr_plfm_str[] = {
{ 3, "GV-MP" },
{ 4, "HD4" },
{ 5, "HD8" },
+ { 6, "GV-212" },
+ { 7, "HB1" },
+ { 8, "HC2" },
{ 0, NULL }
};