| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -5/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+6 |
* | Switched from calling dissect_data to using call_dissector | Ed Warnicke | 2001-11-25 | 1 | -2/+4 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -2/+2 |
* | "sip_is_request()" is intended to indicate whether a given SIP packet is | Guy Harris | 2001-08-23 | 1 | -8/+20 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -2/+2 |
* | Fixes to Lemon to get it to compile on platforms (such as some versions | Guy Harris | 2001-03-09 | 1 | -2/+2 |
* | Slightly better invalid packet handling. | Gerald Combs | 2001-01-30 | 1 | -6/+6 |
* | Fix a bounds checking problem when handed an invalid SIP packet, as | Gerald Combs | 2001-01-30 | 1 | -9/+16 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-25 | 1 | -4/+9 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | dissect_sip() was incorrectly always calling the next level | Gilbert Ramirez | 2000-11-18 | 1 | -4/+5 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | Add a mechanism by which a dissector can be registered by name, another | Guy Harris | 2000-11-15 | 1 | -3/+9 |
* | As the SDP dissector now appends to, rather than overwriting, the | Guy Harris | 2000-11-13 | 1 | -3/+1 |
* | Updates from Heikki Vatiainen. | Guy Harris | 2000-11-11 | 1 | -43/+22 |
* | Tvbuffify the SAP and SDP dissectors. | Guy Harris | 2000-11-10 | 1 | -5/+2 |
* | SIP dissector, from Heikki Vatiainen. | Guy Harris | 2000-11-04 | 1 | -0/+224 |