aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-11-27 00:11:43 +0000
committerBill Meier <wmeier@newsguy.com>2012-11-27 00:11:43 +0000
commitc4e5b4745a3646f5110cb2ef2687cf302d461547 (patch)
treed1c6d48e46baf4320d832e7521bc3625ed594f39 /epan/dissectors/packet-iax2.c
parent56e910299a6d7830c50e41a9a2a6546897c4b002 (diff)
Uh, it's BASE_EXT_STRING, not BASE_RANGE_STRING.
svn path=/trunk/; revision=46214
Diffstat (limited to 'epan/dissectors/packet-iax2.c')
-rw-r--r--epan/dissectors/packet-iax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iax2.c b/epan/dissectors/packet-iax2.c
index 42c6055d01..dfc1ac4fb6 100644
--- a/epan/dissectors/packet-iax2.c
+++ b/epan/dissectors/packet-iax2.c
@@ -2789,7 +2789,7 @@ proto_register_iax2(void)
{&hf_iax2_ies[IAX_IE_CAUSECODE],
{"Hangup cause", "iax2.iax.causecode",
- FT_UINT8, BASE_HEX | BASE_RANGE_STRING, &iax_causecodes_ext, 0x0,
+ FT_UINT8, BASE_HEX | BASE_EXT_STRING, &iax_causecodes_ext, 0x0,
NULL, HFILL}},
{&hf_iax2_ies[IAX_IE_ENCRYPTION],