summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-12Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9031 :Pascal Quantin1-0/+4
2013-08-12coverity 280403 (logically dead code)Martin Kaiser1-0/+1
2013-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9022 :Pascal Quantin1-2/+2
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+7
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-6/+2
2013-05-27Batch of filterable expert infosMichael Mann1-5/+13
2013-05-24use key in all p_add_proto_data() p_get_proto_data()Anders Broman1-5/+5
2013-05-20Remove #if 0:ed code.Anders Broman1-26/+0
2013-05-20Make preparation to select which level tap is to be used.Anders Broman1-1/+1
2013-05-15- packet-sip.c adds per-packet data twice only add new packet data if no prev...Anders Broman1-6/+9
2013-05-14Add a tag for original frame number.Anders Broman1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-9/+9
2013-05-06Add a helper function to load tags, handle IP and port tags andAnders Broman1-0/+12
2013-05-05Add the abillity to export PDU:s to file using a USER_DLT adding meta data be...Anders Broman1-0/+39
2013-04-23Add a quick check for a first printable character to avoid a more expensiveMartin Mathieson1-0/+11
2013-03-27tvb_reported_length_remaining() can return -1, so be sure to properly handle ...Chris Maynard1-3/+3
2013-03-19From beroset:Anders Broman1-6/+6
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-03-10Off by one error in name length.Anders Broman1-1/+1
2013-03-08Add new SIP headers.Anders Broman1-278/+343