aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sip.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-2063/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Completly change parsing of "From" and "To" lines to fix a problem with findi...Anders Broman2004-06-161-213/+344
* From Martin Mathieson: mark the "this is a suspected resend" Boolean andGuy Harris2004-05-151-8/+14
* Fixed a copy-paste errorAnders Broman2004-05-041-3/+3
* From Martin Mathieson Update of SIP resend detection.Anders Broman2004-05-011-57/+82
* From Martin MathiesonAnders Broman2004-04-221-8/+318
* Correct the removal of spaces before parameters in the Content type line, cha...Anders Broman2004-04-141-21/+23
* As pointed out by Chernishov Yury - strip of leading spaces of parametersAnders Broman2004-04-031-7/+15
* From Lars Roland: Tethereal version of SIP statistics tap, and fixes toGuy Harris2004-03-301-295/+343
* From Martin Mathieson: SIP statistics tap.Guy Harris2004-03-261-9/+38
* From Martin Mathieson: make the top-level SIP item include the messageGuy Harris2004-02-181-4/+2
* Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris2004-02-111-2/+2
* Handle the media type "message/sip".Guy Harris2004-02-031-2/+2
* Free "media_type_str" once we've made the lower-cased copy - and referGuy Harris2004-01-191-4/+3
* Fix a double free bug introduced by the previous patch.Olivier Biot2004-01-191-2/+2
* From Anders Broman:Olivier Biot2004-01-181-2/+13
* Add a preference that controls the way the SIP version is enforced. By default,Olivier Biot2004-01-071-9/+33
* From Steven Lass: put the request and status lines into the protocolGuy Harris2004-01-021-6/+23
* There's no need for the "content_type_exist" variable - we can justGuy Harris2003-12-171-4/+2
* From Anders Broman:Guy Harris2003-12-171-18/+27
* From Anders Broman:Guy Harris2003-12-081-169/+223
* From Anders Broman: add more SIP headers, and the PUBLISH method.Guy Harris2003-11-251-102/+297
* From Martin Mathieson:Guy Harris2003-11-201-30/+95
* Add support for the compact form of headers.Guy Harris2003-11-141-54/+62
* From Anders Broman: make it possible to filter on only address or tag inGuy Harris2003-10-241-14/+114
* Update list of SIP RFCsJörg Mayer2003-10-141-2/+2
* For (non-heuristic) SIP-over-TCP, dissect stuff that's neither a requestGuy Harris2003-09-261-131/+118
* Make the non-heuristic SIP dissector reject the packet if it doesn'tGuy Harris2003-09-261-23/+25
* From Anders Broman: add a preference option to enable the display of theGuy Harris2003-09-021-3/+62
* Register as a heuristic subdissector of SCTP.Guy Harris2003-08-041-4/+2
* From Ruud Linders:Guy Harris2003-07-311-2/+6
* Add new routines:Guy Harris2003-06-121-7/+3
* Put the subfields of the request or response line under the protocolGuy Harris2003-06-111-7/+11
* Clean up the checks for valid SIP requests and responses; do the tests -Guy Harris2003-06-091-181/+299
* From Steven Lass: if there is no whitespace after the colon in a header,Guy Harris2003-05-291-7/+26
* MSVC++ didn't care for having const ints in its hf subarray indices. UseGerald Combs2003-03-111-99/+99
* From Stefan Wenk: filterable header fields in SIP dissector.Guy Harris2003-03-101-5/+486
* Update Jean-Francois Mule's email addressGerald Combs2002-10-021-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-13/+13
* From Stefan Wenk: remove an unnecessary +1 from some offsetGuy Harris2002-07-251-4/+3
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-171-4/+5
* Fix another place where the heuristic dissector was checking data beforeGuy Harris2002-05-091-7/+22
* In the heuristic dissector, check to make sure the data being looked atGuy Harris2002-05-091-3/+15
* From Stefan Wenk: SIP heuristic dissector.Guy Harris2002-05-081-9/+49
* From Joerg Mayer: get rid of an unused argument.Guy Harris2002-05-011-4/+4
* From Jakob Schlyter: add "PRACK" and "SPRACK" methods.Gerald Combs2002-03-291-35/+81
* From Jakob Schlyter, add the "MESSAGE" method.Gerald Combs2002-03-211-2/+5
* Use "tvb_offset_exists()" to check whether there's a payload, and useGuy Harris2002-02-021-12/+19
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2