aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-20Pass in proper offset to dfilter_sip_status_line(). Was seeing problemsMartin Mathieson1-6/+14
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Add sip.to.tag and sip.from.tag filters.Chris Maynard1-3/+25
2012-04-28Another unnecessary assignment removed to fix clang warning.Martin Mathieson1-1/+1
2012-04-13gunzip gzip:ed SIP bodies.Anders Broman1-4/+31
2012-03-13From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6938 :Jeff Morriss1-6/+6
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-2/+2
2011-11-19The URI parameter parser always has to advance current_offset in theGuy Harris1-4/+2
2011-11-19Clean up indentation.Guy Harris1-49/+46
2011-11-19Fix Warnings.Anders Broman1-9/+9
2011-11-15Check the return value of dissect_sip_name_addr_or_addr_spec()Anders Broman1-1/+6
2011-11-15Squelch a warning. (This code probably needs a review; we really need aGuy Harris1-0/+1
2011-11-15More indentation cleanup.Guy Harris1-11/+11
2011-11-15Clean up indentation.Guy Harris1-48/+48
2011-11-15packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'Anders Broman1-1/+1
2011-11-15Restore dissection of contact parameters.Anders Broman1-22/+66
2011-11-14packet-sip.c:1412: warning: 'uri_param_end_offset' may be used uninitialized ...Anders Broman1-1/+1
2011-11-14From Johan Wåhl:Anders Broman1-34/+257