aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-04Register as a heuristic subdissector of SCTP.guy1-4/+2
2003-07-31From Ruud Linders:guy1-2/+6
2003-06-12Add new routines:guy1-7/+3
2003-06-11Put the subfields of the request or response line under the protocolguy1-7/+11
2003-06-09Clean up the checks for valid SIP requests and responses; do the tests -guy1-181/+299
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,guy1-7/+26
2003-03-11MSVC++ didn't care for having const ints in its hf subarray indices. Usegerald1-99/+99
2003-03-10From Stefan Wenk: filterable header fields in SIP dissector.guy1-5/+486
2002-10-02Update Jean-Francois Mule's email addressgerald1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-13/+13
2002-07-25From Stefan Wenk: remove an unnecessary +1 from some offsetguy1-4/+3
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-4/+5
2002-05-09Fix another place where the heuristic dissector was checking data beforeguy1-7/+22
2002-05-09In the heuristic dissector, check to make sure the data being looked atguy1-3/+15
2002-05-08From Stefan Wenk: SIP heuristic dissector.guy1-9/+49
2002-05-01From Joerg Mayer: get rid of an unused argument.guy1-4/+4
2002-03-29From Jakob Schlyter: add "PRACK" and "SPRACK" methods.gerald1-35/+81
2002-03-21From Jakob Schlyter, add the "MESSAGE" method.gerald1-2/+5
2002-02-02Use "tvb_offset_exists()" to check whether there's a payload, and useguy1-12/+19
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+6
2001-11-25Switched from calling dissect_data to using call_dissectorhagbard1-2/+4
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-2/+2
2001-08-23"sip_is_request()" is intended to indicate whether a given SIP packet isguy1-8/+20
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-2/+2
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsguy1-2/+2
2001-01-30Slightly better invalid packet handling.gerald1-6/+6
2001-01-30Fix a bounds checking problem when handed an invalid SIP packet, asgerald1-9/+16
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-4/+9
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-18dissect_sip() was incorrectly always calling the next levelgram1-4/+5
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy1-3/+9
2000-11-13As the SDP dissector now appends to, rather than overwriting, theguy1-3/+1
2000-11-11Updates from Heikki Vatiainen.guy1-43/+22
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-5/+2
2000-11-04SIP dissector, from Heikki Vatiainen.guy1-0/+224