aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-07-28 13:40:11 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-07-28 13:40:11 +0000
commitf4e322cd565ee1959dcce6999cf21ad1a372919e (patch)
tree393b3818a77af9711726c0bc7a09e14d9fbadfef /epan/dissectors/packet-gtpv2.c
parent857f19c6226e1118d27e8428f1a1bddb4ab9e222 (diff)
Fix inverted dissection of Pre-emption Capability and Pre-emption Vulnerability
svn path=/trunk/; revision=44091
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 41be6a90cc..3b0cfc6f40 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -6633,7 +6633,7 @@ void proto_register_gtpv2(void)
},
{ &hf_gtpv2_arp_pvi,
{"Pre-emption Vulnerability (PVI)", "gtpv2.arp_pvi",
- FT_BOOLEAN, 8, TFS(&tfs_enabled_disabled), 0x01,
+ FT_BOOLEAN, 8, TFS(&tfs_disabled_enabled), 0x01,
NULL, HFILL}
},
{ &hf_gtpv2_arp_pl,
@@ -6643,7 +6643,7 @@ void proto_register_gtpv2(void)
},
{ &hf_gtpv2_arp_pci,
{"Pre-emption Capability (PCI)", "gtpv2.arp_pci",
- FT_BOOLEAN, 8, TFS(&tfs_enabled_disabled), 0x40,
+ FT_BOOLEAN, 8, TFS(&tfs_disabled_enabled), 0x40,
NULL, HFILL}
},
{ &hf_gtpv2_mm_context_higher_br_16mb_flg_len,