Rename the routines that handle dissector tables with unsigned integer
[obnox/wireshark/wip.git] / epan / dissectors / packet-sip.c
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-29 morrissRemove a no-longer-used variable.
2010-11-29 etxrabChange SIP TCP port preference to a range preference.
2010-11-22 etxrabRemove faulty return, probably forgotten during test.
2010-11-05 wmeierUse value_string_ext fcns to access certain value_strin...
2010-11-04 jakePrevent false related packet information, which may...
2010-11-03 wmeier(Trivial): Fix up a comment.
2010-11-03 etxrabUpdate SIP headers.
2010-10-27 jakeTry to decode the unknown multipart subtype anyway.
2010-09-24 morriss(Refining the regexp...) Replace blurbs that match...
2010-08-25 kukosaFix wrong length of CSeq Method parameter
2010-06-30 geraldUse the right array bounds.
2010-05-28 geraldFrom Karl Heinz Wolf via bug 3571 (with minor changes):
2010-05-25 etxrabOnly try header reassembly for TCP.
2010-05-24 etxrabFix a typo.
2010-05-05 etxrab- Remove check_col()
2010-05-04 geraldUn-C++-ify a comment.
2010-05-04 etxrabRemove unused variables.
2010-05-04 etxrabRefactor the code to parse SIP contact parameters.
2010-04-29 etxrabForgot a //
2010-04-29 etxrabSimplify dissect_sip_authorization_item().
2010-04-29 etxrabDo the header matching on lower case.
2010-04-29 etxrabautentification info gives malformed packet if no space...
2010-04-28 etxrabUse proto_add_item() and clean up the code a bit.
2010-04-14 kukosaSIP headers are case-insensitive, fix case sensitivity...
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-03-27 etxrab- Make dfilter_sip_request_line() take offset as an...
2010-03-16 guyFix some compiler warnings, clean up indentation a...
2010-03-15 morrissDeclare sip_uri_offset_init() as returning void and...
2010-03-09 guyMark unused arguments.
2010-03-05 etxrabCheck if URI is SIP.
2010-03-05 etxrabAdd comments and move some things inside if(tree).
2010-03-04 geraldTry to fix build errors.
2010-03-04 etxrabUse a hash table to lookup the SIP header.
2010-03-03 etxrabChanged to use g_str_hash ()
2010-01-25 stigFrom Didier Gautheron via bug 4419:
2010-01-22 wmeierFixes for gcc -Wshadow warnings; Fix indentation and...
2010-01-20 guyTo check which SIP method we saw, just #define values...
2010-01-20 etxrabFrom Karl Heinz Wolf:
2010-01-11 jakeFrom Benoit Sibaud:
2009-11-16 etxrabUpdate SIP headers.
2009-09-13 morrissFrom Stephane Bryant via https://bugs.wireshark.org...
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-29 kukosaSupport for IPv6 addresses in URI
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-17 jakeRemove C++ style comments.
2009-05-16 etxrabFrom Chidambaram Arunachalam:
2009-04-15 martinmDissect more than one Via entry if found in a single...
2009-04-13 etxrabTry to please the build bot, fix indentation.
2009-04-13 etxrabFrom Andreas Heise:
2009-04-06 geraldMore size_t fixes.
2009-03-30 etxrabMore size_t casts(Unfinished)
2009-03-27 etxrabFrom Andreas Heise:
2009-02-05 etxrabInit. data to zero.
2009-02-01 guyUse #if 0, not C99-style comments, to get rid of unused...
2009-02-01 guySquelch warnings, for now.
2009-02-01 etxrabCalculate the avrage setuptime.
2009-01-17 wmeierUse ascii_strdown_inplace instead of g_ascii_strdown...
2008-11-03 kukosanew "sip.hdr" subdissector table for SIP Extension...
2008-09-23 wmeierMinor revision related to proto_reg_handoff ...
2008-09-03 wmeierCleanup related to prefs & proto_reg_handoff
2008-08-01 etxrabFrom stéphane bryant:
2008-07-29 etxrabHandle malformed SIP headers (empty header line missing...
2008-07-08 martinmRegister raw_sip.line with correct protocol, as noticed...
2008-06-30 jakeFix for bug 2659:
2008-06-25 martinmMake sip.msg_hdr a string field instead of FT_NONE.
2008-06-23 martinmSave timestamp when updating entry for new request...
2008-06-23 martinmShow short version of Content-Length header.
2008-05-22 stigInitialize response_time.
2008-05-22 martinmCalculate and display SIP response time.
2008-05-01 martinmTry to track SIP responses back to their requests.
2008-04-09 etxrabRemove:
2008-04-07 sfisher- Remove GLIB1 code
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2007-12-16 etxrabUpdate comments.
2007-12-09 etxrabMove the routines tvb_skip_wsp() to tvbuff.c
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-22 martinmMake some capitalisation more consistent.
2007-10-11 etxrabImplement some of the minor possible speed improvment...
2007-10-04 martinmMake selected length of first line include \r\n (as...
2007-09-19 martinmAdd authentication ik and ck parameters.
2007-08-23 etxrabTranslate Q.850 Cause values.
2007-08-21 morrissChange COPY_ADDRESS to SE_COPY_ADDRESS: all of these...
2007-08-13 etxrabAdd forgotten header field.
2007-08-10 etxrabAdd header fields.
2007-08-08 etxrabWireshark fails to decode the MIME encapsulation part...
2007-07-04 martinmMake lines of raw SIP filterable. Fix a little whitespace.
2007-05-16 martinmAllow Via sigcomp-id parameter name to be matched properly.
2007-04-19 kukosaregister the right dissector for SIP over SSL/TLS
2007-04-17 legoregister the right dissector for tcp
2007-04-12 martinmAdd Via sigcomp-id param (from draft-ietf-rohc-sigcomp...
2007-03-24 morrissClean up some more warnings: unused variables, unitiali...
2007-01-31 martinmAdd some missing RFC references to header long text.
2007-01-11 kukosamake SIP TCP/TLS ports configurable via preferences
2007-01-04 martinmMake Expires header value a numeric field
2007-01-02 martinmDissect details of RAck header, and change RSeq to...
2006-12-26 guyFrom Sebastien Tandel: fix places where a signed charac...
2006-12-06 etxrabPrepare to decode Q.850 REASON.
2006-12-05 martinmVia param name copy-paste error
next