aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-16/+15
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* From Tom Uijldert: WSP/MMSE changes to handle multipart-content:Guy Harris2001-12-071-62/+226
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+3
* As you set a conversation dissector by supplying a dissector handleGuy Harris2001-12-031-6/+9
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-9/+20
* Get rid of some unused variables.Guy Harris2001-11-211-2/+1
* Handle the 1.3 and 1.4 Content-Type values in WSP, from Tom Uijldert.Guy Harris2001-10-261-1/+12
* From Georg von Zezschwitz: fix an uninitialized variable, dissect theGuy Harris2001-10-221-4/+7
* From Georg von Zezschwitz:Guy Harris2001-10-181-48/+29
* Fix to show FN_PROFILE_WARNING14, rather than FN_PROFILE_WARNING, asGuy Harris2001-10-071-2/+2
* From Georg von Zezschwitz:Guy Harris2001-10-071-34/+41
* Push-traffic dissecting for WSP/WTLS, from Tom Uijldert.Guy Harris2001-09-281-6/+191
* MMSE support, from Tom Uijldert.Guy Harris2001-09-251-12/+23
* If "snprintf()" can't print all the data because there's not enoughGuy Harris2001-09-251-44/+117
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-7/+7
* Use "tvb_reported_length_remaining()" to check whether there's data leftGuy Harris2001-09-031-2/+2
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-5/+3
* Update from Alexandre P. Ferreira to correctly decode Extended MethodsGuy Harris2001-07-301-15/+29
* Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeGuy Harris2001-07-301-89/+22
* Fix a comment.Guy Harris2001-07-201-2/+2
* Don't base the WSP dissector's idea of whether it's running inGuy Harris2001-07-201-11/+24
* If the HeadersLen field of a Post or Reply PDU is 0, don't try toGuy Harris2001-07-201-13/+25
* Assume that Bearer-indication values are bearer types.Guy Harris2001-07-201-3/+4
* Add bearer type names.Guy Harris2001-07-201-24/+180
* Clean up a lot of stuff, and implement a bunch of missing stuff; a bunchGuy Harris2001-07-201-753/+1993
* Dissect WSP redirects, and set up a conversation and conversationGuy Harris2001-07-201-150/+390
* Don't base the protocol column setting in the WSP and WTP dissectors onGuy Harris2001-07-031-18/+28
* Many corrections and updates for connection-oriented WSP, from AlexandreGuy Harris2001-06-181-21/+371
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-43/+43
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-5/+5
* 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