aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-22From Dermot Bradley:Guy Harris1-8/+710
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in some items forGuy Harris1-5/+5
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-16/+15
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-07From Tom Uijldert: WSP/MMSE changes to handle multipart-content:Guy Harris1-62/+226
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+3
2001-12-03As you set a conversation dissector by supplying a dissector handleGuy Harris1-6/+9
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-9/+20
2001-11-21Get rid of some unused variables.Guy Harris1-2/+1
2001-10-26Handle the 1.3 and 1.4 Content-Type values in WSP, from Tom Uijldert.Guy Harris1-1/+12
2001-10-22From Georg von Zezschwitz: fix an uninitialized variable, dissect theGuy Harris1-4/+7
2001-10-18From Georg von Zezschwitz:Guy Harris1-48/+29
2001-10-07Fix to show FN_PROFILE_WARNING14, rather than FN_PROFILE_WARNING, asGuy Harris1-2/+2
2001-10-07From Georg von Zezschwitz:Guy Harris1-34/+41
2001-09-28Push-traffic dissecting for WSP/WTLS, from Tom Uijldert.Guy Harris1-6/+191
2001-09-25MMSE support, from Tom Uijldert.Guy Harris1-12/+23
2001-09-25If "snprintf()" can't print all the data because there's not enoughGuy Harris1-44/+117
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-7/+7
2001-09-03Use "tvb_reported_length_remaining()" to check whether there's data leftGuy Harris1-2/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-5/+3
2001-07-30Update from Alexandre P. Ferreira to correctly decode Extended MethodsGuy Harris1-15/+29
2001-07-30Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeGuy Harris1-89/+22
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