aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-19 11:22:38 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-19 11:22:38 +0000
commit72eadd7bd09791f6db99c8702681343868a9aa0b (patch)
treee8a9552faa7c244cac990215d077c4e7ecf4f86c /packet-wtp.c
parent13475c1c20cae392280a8a1ba5812759f72920c7 (diff)
Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list of packets corresponding to a reassembled pdu
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6807 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wtp.c')
-rw-r--r--packet-wtp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-wtp.c b/packet-wtp.c
index 6415cfca4d..007c29db0c 100644
--- a/packet-wtp.c
+++ b/packet-wtp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WTP component of WAP traffic.
*
- * $Id: packet-wtp.c,v 1.41 2002/12/02 20:18:46 guy Exp $
+ * $Id: packet-wtp.c,v 1.42 2002/12/19 11:22:38 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -891,14 +891,14 @@ proto_register_wtp(void)
{ &hf_wtp_fragment_error,
{ "Defragmentation error",
"wtp.fragment.error",
- FT_NONE, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"Defragmentation error due to illegal fragments", HFILL
}
},
{ &hf_wtp_fragment,
{ "WTP Fragment",
"wtp.fragment",
- FT_NONE, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"WTP Fragment", HFILL
}
},