aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-18From Martin Mathieson: make the top-level SIP item include the messageGuy Harris1-4/+2
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris1-2/+2
2004-02-03Handle the media type "message/sip".Guy Harris1-2/+2
2004-01-19Free "media_type_str" once we've made the lower-cased copy - and referGuy Harris1-4/+3
2004-01-19Fix a double free bug introduced by the previous patch.Olivier Biot1-2/+2
2004-01-18From Anders Broman:Olivier Biot1-2/+13
2004-01-07Add a preference that controls the way the SIP version is enforced. By default,Olivier Biot1-9/+33
2004-01-02From Steven Lass: put the request and status lines into the protocolGuy Harris1-6/+23
2003-12-17There's no need for the "content_type_exist" variable - we can justGuy Harris1-4/+2
2003-12-17From Anders Broman:Guy Harris1-18/+27
2003-12-08From Anders Broman:Guy Harris1-169/+223
2003-11-25From Anders Broman: add more SIP headers, and the PUBLISH method.Guy Harris1-102/+297
2003-11-20From Martin Mathieson:Guy Harris1-30/+95
2003-11-14Add support for the compact form of headers.Guy Harris1-54/+62
2003-10-24From Anders Broman: make it possible to filter on only address or tag inGuy Harris1-14/+114
2003-10-14Update list of SIP RFCsJörg Mayer1-2/+2
2003-09-26For (non-heuristic) SIP-over-TCP, dissect stuff that's neither a requestGuy Harris1-131/+118
2003-09-26Make the non-heuristic SIP dissector reject the packet if it doesn'tGuy Harris1-23/+25
2003-09-02From Anders Broman: add a preference option to enable the display of theGuy Harris1-3/+62
2003-08-04Register as a heuristic subdissector of SCTP.Guy Harris1-4/+2
2003-07-31From Ruud Linders:Guy Harris1-2/+6
2003-06-12Add new routines:Guy Harris1-7/+3
2003-06-11Put the subfields of the request or response line under the protocolGuy Harris1-7/+11
2003-06-09Clean up the checks for valid SIP requests and responses; do the tests -Guy Harris1-181/+299
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,Guy Harris1-7/+26
2003-03-11MSVC++ didn't care for having const ints in its hf subarray indices. UseGerald Combs1-99/+99
2003-03-10From Stefan Wenk: filterable header fields in SIP dissector.Guy Harris1-5/+486
2002-10-02Update Jean-Francois Mule's email addressGerald Combs1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-13/+13
2002-07-25From Stefan Wenk: remove an unnecessary +1 from some offsetGuy Harris1-4/+3
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-4/+5
2002-05-09Fix another place where the heuristic dissector was checking data beforeGuy Harris1-7/+22
2002-05-09In the heuristic dissector, check to make sure the data being looked atGuy Harris1-3/+15
2002-05-08From Stefan Wenk: SIP heuristic dissector.Guy Harris1-9/+49
2002-05-01From Joerg Mayer: get rid of an unused argument.Guy Harris1-4/+4
2002-03-29From Jakob Schlyter: add "PRACK" and "SPRACK" methods.Gerald Combs1-35/+81
2002-03-21From Jakob Schlyter, add the "MESSAGE" method.Gerald Combs1-2/+5
2002-02-02Use "tvb_offset_exists()" to check whether there's a payload, and useGuy Harris1-12/+19
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+6
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke1-2/+4
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-2/+2
2001-08-23"sip_is_request()" is intended to indicate whether a given SIP packet isGuy Harris1-8/+20
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris1-2/+2
2001-01-30Slightly better invalid packet handling.Gerald Combs1-6/+6
2001-01-30Fix a bounds checking problem when handed an invalid SIP packet, asGerald Combs1-9/+16
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-4/+9