From Yuriy Sidelnikov: handle the case where a presentation selector
[obnox/wireshark/wip.git] / packet-sip.c
2004-02-18 guyFrom Martin Mathieson: make the top-level SIP item...
2004-02-11 guyCast "char" values to "guchar" before passing them...
2004-02-03 guyHandle the media type "message/sip".
2004-01-19 guyFree "media_type_str" once we've made the lower-cased...
2004-01-19 obiotFix a double free bug introduced by the previous patch.
2004-01-18 obiotFrom Anders Broman:
2004-01-07 obiotAdd a preference that controls the way the SIP version...
2004-01-02 guyFrom Steven Lass: put the request and status lines...
2003-12-17 guyThere's no need for the "content_type_exist" variable...
2003-12-17 guyFrom Anders Broman:
2003-12-08 guyFrom Anders Broman:
2003-11-25 guyFrom Anders Broman: add more SIP headers, and the PUBLI...
2003-11-20 guyFrom Martin Mathieson:
2003-11-14 guyAdd support for the compact form of headers.
2003-10-24 guyFrom Anders Broman: make it possible to filter on only...
2003-10-14 jmayerUpdate list of SIP RFCs
2003-09-26 guyFor (non-heuristic) SIP-over-TCP, dissect stuff that...
2003-09-26 guyMake the non-heuristic SIP dissector reject the packet...
2003-09-02 guyFrom Anders Broman: add a preference option to enable...
2003-08-04 guyRegister as a heuristic subdissector of SCTP.
2003-07-31 guyFrom Ruud Linders:
2003-06-12 guyAdd new routines:
2003-06-11 guyPut the subfields of the request or response line under...
2003-06-09 guyClean up the checks for valid SIP requests and response...
2003-05-29 guyFrom Steven Lass: if there is no whitespace after the...
2003-03-11 geraldMSVC++ didn't care for having const ints in its hf...
2003-03-10 guyFrom Stefan Wenk: filterable header fields in SIP disse...
2002-10-02 geraldUpdate Jean-Francois Mule's email address
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-25 guyFrom Stefan Wenk: remove an unnecessary +1 from some...
2002-07-17 guyAdd an extra argument to "tvb_find_line_end()", which...
2002-05-09 guyFix another place where the heuristic dissector was...
2002-05-09 guyIn the heuristic dissector, check to make sure the...
2002-05-08 guyFrom Stefan Wenk: SIP heuristic dissector.
2002-05-01 guyFrom Joerg Mayer: get rid of an unused argument.
2002-03-29 geraldFrom Jakob Schlyter: add "PRACK" and "SPRACK" methods.
2002-03-21 geraldFrom Jakob Schlyter, add the "MESSAGE" method.
2002-02-02 guyUse "tvb_offset_exists()" to check whether there's...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-25 hagbardSwitched from calling dissect_data to using call_dissector
2001-10-26 gramFix the rest of the signed/unsigned comparison warnings.
2001-08-23 guy"sip_is_request()" is intended to indicate whether...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-03-09 guyFixes to Lemon to get it to compile on platforms (such...
2001-01-30 geraldSlightly better invalid packet handling.
2001-01-30 geraldFix a bounds checking problem when handed an invalid...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-18 gramdissect_sip() was incorrectly always calling the next...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-13 guyAs the SDP dissector now appends to, rather than overwr...
2000-11-11 guyUpdates from Heikki Vatiainen.
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-04 guySIP dissector, from Heikki Vatiainen.