aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
Commit message (Expand)AuthorAgeFilesLines
* 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