aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-20Fix a comment.Guy Harris1-2/+2
2001-07-20Don't base the WSP dissector's idea of whether it's running inGuy Harris1-11/+24
2001-07-20If the HeadersLen field of a Post or Reply PDU is 0, don't try toGuy Harris1-13/+25
2001-07-20Assume that Bearer-indication values are bearer types.Guy Harris1-3/+4
2001-07-20Add bearer type names.Guy Harris1-24/+180
2001-07-20Clean up a lot of stuff, and implement a bunch of missing stuff; a bunchGuy Harris1-753/+1993
2001-07-20Dissect WSP redirects, and set up a conversation and conversationGuy Harris1-150/+390
2001-07-03Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris1-18/+28
2001-06-18Many corrections and updates for connection-oriented WSP, from AlexandreGuy Harris1-21/+371
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-43/+43
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris1-5/+5
2001-02-19Updates from Alexandre P. Ferreira.Guy Harris1-33/+54
2001-02-13Updates from Neil Hunter.Guy Harris1-2193/+706
2001-02-10Updates from Alexandre P. Ferreira.Guy Harris1-66/+132
2001-02-01Updates from Alexandre P. Ferreira.Guy Harris1-46/+383
2001-01-30WTLS support and WSP fixes, from Alexandre P. Ferreira.Guy Harris1-45/+1451
2001-01-28Fix up the indentation, to make it correct, and to keep the code fromGuy Harris1-134/+130
2001-01-28Make a bunch of routines not used outside of "packet-wsp.c" static.Guy Harris1-20/+20
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-10/+6
2001-01-16Fix another "match_strval()" call.Guy Harris1-164/+171
2001-01-16The PDU type of a WSP packet is presumably not signed, so assign it to aGuy Harris1-3/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-6/+6
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-1/+9
2001-01-03Register the WSP dissector, make it static, and have the WTP dissectorGuy Harris1-2/+4
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-20/+6
2000-11-05Make the RTCP, RTP, WSP, and WTP dissectors check whether theirGuy Harris1-15/+8
2000-11-04One of the header files included by "packet-wsp.c", or one of the headerGuy Harris1-1/+8
2000-11-04WAP support, from Neil Hunter.Guy Harris1-0/+1492