aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-03Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris1-21/+38
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-22/+22
2001-04-17Fix to WTP retransmission indicator dissection, from Olivier Biot.Guy Harris1-3/+12
2001-03-23Don't convert a WTP PDU type to a string by using as an index into aGuy Harris1-2/+3
2001-02-13Updates from Neil Hunter.Guy Harris1-11/+16
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-10/+14
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-4/+9
2001-01-03Register the WSP dissector, make it static, and have the WTP dissectorGuy Harris1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-1/+2
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-11/+2
2000-11-05Make the RTCP, RTP, WSP, and WTP dissectors check whether theirGuy Harris1-11/+4
2000-11-04Microsoft Visual C++, unlike GCC, doesn't like it if you have noGuy Harris1-2/+3
2000-11-04WAP support, from Neil Hunter.Guy Harris1-0/+634