aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
2016-06-16Don't call g_ascii_strcasecmp() with an NULL string.AndersBroman1-8/+8
2016-06-13sip: remove some unnecessary if (tree) checksMartin Kaiser1-15/+9
2016-06-06SIP: add UAT for custom fields definitionPascal Quantin1-16/+182
2016-06-01[SIP] If SIP URI userpart starts with a + add an MSISDN filter.AndersBroman1-0/+4
2016-05-25Add P-Access-Network-Info decoding fieldsBinh Trinh1-2/+122
2016-05-16[SIP] Remove expert info for Contact with expires=0, it's used in 3GPP SIPAndersBroman1-0/+9
2016-05-03Export packets before dissecting themPascal Quantin1-3/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-6/+6
2016-01-10[sip] don't THROW() an exception from a dissectorMartin Kaiser1-3/+0
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-7/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-2/+2
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