aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
Commit message (Expand)AuthorAgeFilesLines
* Updates from Alexandre P. Ferreira.Guy Harris2001-02-191-33/+54
* Updates from Neil Hunter.Guy Harris2001-02-131-2193/+706
* Updates from Alexandre P. Ferreira.Guy Harris2001-02-101-66/+132
* Updates from Alexandre P. Ferreira.Guy Harris2001-02-011-46/+383
* WTLS support and WSP fixes, from Alexandre P. Ferreira.Guy Harris2001-01-301-45/+1451
* Fix up the indentation, to make it correct, and to keep the code fromGuy Harris2001-01-281-134/+130
* Make a bunch of routines not used outside of "packet-wsp.c" static.Guy Harris2001-01-281-20/+20
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-10/+6
* Fix another "match_strval()" call.Guy Harris2001-01-161-164/+171
* The PDU type of a WSP packet is presumably not signed, so assign it to aGuy Harris2001-01-161-3/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-6/+6
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-1/+9
* Register the WSP dissector, make it static, and have the WTP dissectorGuy Harris2001-01-031-2/+4
* 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-20/+6
* Make the RTCP, RTP, WSP, and WTP dissectors check whether theirGuy Harris2000-11-051-15/+8
* One of the header files included by "packet-wsp.c", or one of the headerGuy Harris2000-11-041-1/+8
* WAP support, from Neil Hunter.Guy Harris2000-11-041-0/+1492