aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-28From Hadriel Kaplan via https://www.wireshark.org/lists/wireshark-dev/201302/...Pascal Quantin1-1/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-17Only allow one packet to act as an SDP response. This should probably be cau...Michael Mann1-1/+1
2013-02-14Fix crash with SDP setup mechanism, bug 8323 (https://bugs.wireshark.org/bugz...Michael Mann1-3/+8
2013-02-12SDP in 183 session progress is also SDP_EXCHANGE_ANSWER_ACCEPT.Anders Broman1-1/+1
2013-02-12SDP in 180 ringing is also SDP_EXCHANGE_ANSWER_ACCEPT.Anders Broman1-1/+1
2013-02-08Handle SIP "resends" within SDP. This is to handle "duplicate" OFFERs so the...Michael Mann1-0/+2
2013-02-08Support SDP context over SIP.Michael Mann1-31/+44
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-12-03Wrong check for quote_offset.Anders Broman1-1/+1
2012-10-09Set fence after finishing writing to the info col in order to showAnders Broman1-22/+27
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-13Fix typo in commentJörg Mayer1-1/+1