aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-25 00:01:18 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-25 00:01:18 +0000
commit8050c01da3029a2c1ffb0913f5f89885583215d2 (patch)
tree153e7099982821df96f72e3aeadd6745da2b4b99 /packet-wsp.c
parentdd17cd3ffb09e304169a30231646ea261ca84571 (diff)
Replace Transmission ID by Transaction ID (spotted by Olivier Biot)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6330 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index 9f4e76010e..761475901c 100644
--- a/packet-wsp.c
+++ b/packet-wsp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WSP component of WAP traffic.
*
- * $Id: packet-wsp.c,v 1.62 2002/08/28 21:00:37 jmayer Exp $
+ * $Id: packet-wsp.c,v 1.63 2002/09/25 00:01:18 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3986,10 +3986,10 @@ proto_register_wsp(void)
/* Setup list of header fields */
static hf_register_info hf[] = {
{ &hf_wsp_header_tid,
- { "Transmission ID",
+ { "Transaction ID",
"wsp.TID",
FT_UINT8, BASE_HEX, NULL, 0x00,
- "Transmission ID", HFILL
+ "Transaction ID", HFILL
}
},
{ &hf_wsp_header_pdu_type,