aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-13Reduce the number of calls to tvb_reported_lenght_remaining().AndersBroman1-15/+25
2014-05-12Save the result of tvb_reported_length_remaining() and use it to reduce the n...AndersBroman1-4/+6
2014-05-04Update some soft-deprecated APIs.AndersBroman1-4/+4
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-2/+2
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-486/+492
2014-03-31According to RFC 3261AndersBroman1-50/+51
2014-03-28Please checkAPI.plPascal Quantin1-3/+3
2014-03-28tvb_get_ascii_string is really expensive. On a large capture file which IAndersBroman1-17/+17
2014-03-21Add debug printing functions for conversations, sip, sdp, rtpHadriel Kaplan1-0/+45
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-12Fix bug 9021: 'RTP not decoded inside the conversation in v.1.10.1'Hadriel Kaplan1-4/+13
2014-03-12Fix whitespace tabs to spaces, indent by 4, modelinesHadriel Kaplan1-4569/+4582
2014-03-12Fix a trivial typoPascal Quantin1-1/+1
2014-03-12Fix Bug 9872: 'SIP status line in 200 OK for de-registration is misleading'Hadriel Kaplan1-10/+120
2014-03-07Fix bug 9835 disabled second media stream disables all media streamsHadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-22Fix clang warning regarding null pointer use in packet-sip.c.Hadriel Kaplan1-11/+22
2014-02-07Parse SIP sec-mechanismPascal Quantin1-3/+211
2014-01-23Use wmem_new0 to ensure that all field values are initialized. Caught byEvan Huus1-2/+1
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-9/+9
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9031 :Pascal Quantin1-5/+6
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-3/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-10-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9228 :Pascal Quantin1-5/+14
2013-10-01From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+2
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-14/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-16/+16
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-03Protect agains infinite loop.Anders Broman1-0/+4
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-8/+8
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-13/+2