aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
Commit message (Expand)AuthorAgeFilesLines
* Label the data source for various forms of reassembled data with theGuy Harris2002-02-271-2/+2
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-4/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Use the "fragmented" field of the "packet_info" structure inGuy Harris2002-01-171-1/+4
* WTP reassembly, from Tom Uijldert.Guy Harris2002-01-041-83/+131
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-23/+13
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* As you set a conversation dissector by supplying a dissector handleGuy Harris2001-12-031-4/+5
* From Georg von Zezschwitz:Guy Harris2001-10-071-8/+50
* Fix from Tom Uijldert: scan TPI's to get proper WTP packet length andGuy Harris2001-09-111-8/+23
* Some WAP WTP naming fixes plus textual Transaction Class value decoding,Guy Harris2001-09-101-7/+14
* Don't base the WSP dissector's idea of whether it's running inGuy Harris2001-07-201-3/+4
* Dissect WSP redirects, and set up a conversation and conversationGuy Harris2001-07-201-2/+2
* Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris2001-07-031-21/+38
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-22/+22
* Fix to WTP retransmission indicator dissection, from Olivier Biot.Guy Harris2001-04-171-3/+12
* Don't convert a WTP PDU type to a string by using as an index into aGuy Harris2001-03-231-2/+3
* Updates from Neil Hunter.Guy Harris2001-02-131-11/+16
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-10/+14
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-4/+9
* Register the WSP dissector, make it static, and have the WTP dissectorGuy Harris2001-01-031-2/+9
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-1/+2
* Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris2000-12-021-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-11/+2
* Make the RTCP, RTP, WSP, and WTP dissectors check whether theirGuy Harris2000-11-051-11/+4
* Microsoft Visual C++, unlike GCC, doesn't like it if you have noGuy Harris2000-11-041-2/+3
* WAP support, from Neil Hunter.Guy Harris2000-11-041-0/+634