| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -2063/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Completly change parsing of "From" and "To" lines to fix a problem with findi... | Anders Broman | 2004-06-16 | 1 | -213/+344 |
* | From Martin Mathieson: mark the "this is a suspected resend" Boolean and | Guy Harris | 2004-05-15 | 1 | -8/+14 |
* | Fixed a copy-paste error | Anders Broman | 2004-05-04 | 1 | -3/+3 |
* | From Martin Mathieson Update of SIP resend detection. | Anders Broman | 2004-05-01 | 1 | -57/+82 |
* | From Martin Mathieson | Anders Broman | 2004-04-22 | 1 | -8/+318 |
* | Correct the removal of spaces before parameters in the Content type line, cha... | Anders Broman | 2004-04-14 | 1 | -21/+23 |
* | As pointed out by Chernishov Yury - strip of leading spaces of parameters | Anders Broman | 2004-04-03 | 1 | -7/+15 |
* | From Lars Roland: Tethereal version of SIP statistics tap, and fixes to | Guy Harris | 2004-03-30 | 1 | -295/+343 |
* | From Martin Mathieson: SIP statistics tap. | Guy Harris | 2004-03-26 | 1 | -9/+38 |
* | From Martin Mathieson: make the top-level SIP item include the message | Guy Harris | 2004-02-18 | 1 | -4/+2 |
* | Cast "char" values to "guchar" before passing them to <ctype.h> macros, | Guy Harris | 2004-02-11 | 1 | -2/+2 |
* | Handle the media type "message/sip". | Guy Harris | 2004-02-03 | 1 | -2/+2 |
* | Free "media_type_str" once we've made the lower-cased copy - and refer | Guy Harris | 2004-01-19 | 1 | -4/+3 |
* | Fix a double free bug introduced by the previous patch. | Olivier Biot | 2004-01-19 | 1 | -2/+2 |
* | From Anders Broman: | Olivier Biot | 2004-01-18 | 1 | -2/+13 |
* | Add a preference that controls the way the SIP version is enforced. By default, | Olivier Biot | 2004-01-07 | 1 | -9/+33 |
* | From Steven Lass: put the request and status lines into the protocol | Guy Harris | 2004-01-02 | 1 | -6/+23 |
* | There's no need for the "content_type_exist" variable - we can just | Guy Harris | 2003-12-17 | 1 | -4/+2 |
* | From Anders Broman: | Guy Harris | 2003-12-17 | 1 | -18/+27 |
* | From Anders Broman: | Guy Harris | 2003-12-08 | 1 | -169/+223 |
* | From Anders Broman: add more SIP headers, and the PUBLISH method. | Guy Harris | 2003-11-25 | 1 | -102/+297 |
* | From Martin Mathieson: | Guy Harris | 2003-11-20 | 1 | -30/+95 |
* | Add support for the compact form of headers. | Guy Harris | 2003-11-14 | 1 | -54/+62 |
* | From Anders Broman: make it possible to filter on only address or tag in | Guy Harris | 2003-10-24 | 1 | -14/+114 |
* | Update list of SIP RFCs | Jörg Mayer | 2003-10-14 | 1 | -2/+2 |
* | For (non-heuristic) SIP-over-TCP, dissect stuff that's neither a request | Guy Harris | 2003-09-26 | 1 | -131/+118 |
* | Make the non-heuristic SIP dissector reject the packet if it doesn't | Guy Harris | 2003-09-26 | 1 | -23/+25 |
* | From Anders Broman: add a preference option to enable the display of the | Guy Harris | 2003-09-02 | 1 | -3/+62 |
* | Register as a heuristic subdissector of SCTP. | Guy Harris | 2003-08-04 | 1 | -4/+2 |
* | From Ruud Linders: | Guy Harris | 2003-07-31 | 1 | -2/+6 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -7/+3 |
* | Put the subfields of the request or response line under the protocol | Guy Harris | 2003-06-11 | 1 | -7/+11 |
* | Clean up the checks for valid SIP requests and responses; do the tests - | Guy Harris | 2003-06-09 | 1 | -181/+299 |
* | From Steven Lass: if there is no whitespace after the colon in a header, | Guy Harris | 2003-05-29 | 1 | -7/+26 |
* | MSVC++ didn't care for having const ints in its hf subarray indices. Use | Gerald Combs | 2003-03-11 | 1 | -99/+99 |
* | From Stefan Wenk: filterable header fields in SIP dissector. | Guy Harris | 2003-03-10 | 1 | -5/+486 |
* | Update Jean-Francois Mule's email address | Gerald Combs | 2002-10-02 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -13/+13 |
* | From Stefan Wenk: remove an unnecessary +1 from some offset | Guy Harris | 2002-07-25 | 1 | -4/+3 |
* | Add an extra argument to "tvb_find_line_end()", which specifies what it | Guy Harris | 2002-07-17 | 1 | -4/+5 |
* | Fix another place where the heuristic dissector was checking data before | Guy Harris | 2002-05-09 | 1 | -7/+22 |
* | In the heuristic dissector, check to make sure the data being looked at | Guy Harris | 2002-05-09 | 1 | -3/+15 |
* | From Stefan Wenk: SIP heuristic dissector. | Guy Harris | 2002-05-08 | 1 | -9/+49 |
* | From Joerg Mayer: get rid of an unused argument. | Guy Harris | 2002-05-01 | 1 | -4/+4 |
* | From Jakob Schlyter: add "PRACK" and "SPRACK" methods. | Gerald Combs | 2002-03-29 | 1 | -35/+81 |
* | From Jakob Schlyter, add the "MESSAGE" method. | Gerald Combs | 2002-03-21 | 1 | -2/+5 |
* | Use "tvb_offset_exists()" to check whether there's a payload, and use | Guy Harris | 2002-02-02 | 1 | -12/+19 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -2/+2 |