diff options
author | Jörg Mayer <jmayer@loplof.de> | 2002-09-25 00:01:18 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2002-09-25 00:01:18 +0000 |
commit | 4de3370e14d3e1c635c41649032b3d01c06fdc1b (patch) | |
tree | 153e7099982821df96f72e3aeadd6745da2b4b99 /packet-wsp.c | |
parent | 6a789856ad028e5d45da29359ff429e80c07ef1f (diff) | |
download | wireshark-4de3370e14d3e1c635c41649032b3d01c06fdc1b.tar.gz wireshark-4de3370e14d3e1c635c41649032b3d01c06fdc1b.tar.bz2 wireshark-4de3370e14d3e1c635c41649032b3d01c06fdc1b.zip |
Replace Transmission ID by Transaction ID (spotted by Olivier Biot)
svn path=/trunk/; revision=6330
Diffstat (limited to 'packet-wsp.c')
-rw-r--r-- | packet-wsp.c | 6 |
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, |