aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03[SIP] Rework how the length of the diagnostic string is determined, it didAndersBroman1-5/+5
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-27Convert SIP statistics to the stat tap API.Gerald Combs1-2/+316
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-07-26Avoid duplicate SIP and Q.931 calls in VoIP Calls list in case of Q.931Michal Pazdera1-9/+9
2015-07-24SIP: heuristic dissectors should use the captured length, not the reported onePascal Quantin1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-4/+4
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-4/+4
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-18/+15
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2015-06-22SIP: add support for draft-ietf-insipid-session-idPascal Quantin1-4/+128
2015-06-01Eliminate proto_tree_add_text from packet-sip.cMichael Mann1-21/+31
2015-05-22[SIP] Add hf for header Session-IdAnders1-51/+59
2015-05-16SIP: Fix typo lenght => lengthAlexis La Goutte1-2/+2
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-30/+30
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin1-9/+9
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-13/+36
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-2/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-8/+5
2014-12-11[SIP] Try to fix another corner case of reassembly.AndersBroman1-0/+9
2014-12-08Try to improve reassembly when SIP PDU starts in the middle of a segmentAndersBroman1-4/+31
2014-12-03Make dissect_sip_tcp() a new style dissector.AndersBroman1-4/+5
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-6/+2
2014-11-24[SIP/DIAMETER] Reinstate the lost dfilter_store_sip_from_addr() and use itAndersBroman1-0/+9
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-12/+10
2014-10-08SIP Enhance dissecion of PATHJohan Wahl1-1/+51
2014-10-07- Handle strings that have an opening but no closing quoteMartin Kaiser1-6/+11
2014-09-09packet-sip.c: col_...() functions must not be called under 'if(...tree)' (eve...Bill Meier1-2/+2
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-2/+2
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-07-02Optimize sip dissector: avoid calling tvb_get_string_enc()Jakub Zawadzki1-56/+90
2014-07-01sip optimization: avoid calling tvb_get_guint8.Jakub Zawadzki1-56/+83
2014-06-30From Johan Whahl:AndersBroman1-0/+49
2014-06-23Revert "Optimize sip_is_known_sip_header()"Evan Huus1-2/+294
2014-06-23Optimize sip_is_known_sip_header()Jakub Zawadzki1-294/+2
2014-06-19Optimize dissect_sip_route_header()Jakub Zawadzki1-4/+5
2014-06-19Optimize dissect_sip_uri()Jakub Zawadzki1-33/+30
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-06-05Add a handle to dissect sip userinfo.AndersBroman1-11/+21
2014-06-05sip: avoid calling tvb_format_text() when tree is not visible.Jakub Zawadzki1-83/+112
2014-05-23SIP: remove leading spaces/tabs between security parametersPascal Quantin1-0/+3
2014-05-23SIP: parse ports definition in security mechanismPascal Quantin1-2/+63
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-5/+3
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-18/+7
2014-05-17Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki1-5/+8