aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-11Add some checks for "character not found"; this should fix someGuy Harris1-1/+5
2011-11-10packet-sip.c:1442: warning: 'c' may be used uninitialized in this functionAnders Broman1-1/+1
2011-11-10-Improve dissection of auth itemsAnders Broman1-4/+150
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-4/+4
2011-10-26Fix proto_tree_add_item() encoding args;Bill Meier1-8/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-15/+15
2011-10-13From Horaci Macias:Anders Broman1-0/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-19Move stuff inside if(tree)Anders Broman1-51/+48