aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-12-13SIP: Add the generated Call Id to the tree.Anders Broman1-0/+6
2018-12-06SIP: Try to fix ASAN build crash.Anders Broman1-8/+8
2018-12-05SIP: Use differtent hf variables for the "real" and generated Call-idAnders Broman1-2/+9
2018-12-03SDP: Show callid from all call legs with the same RTP cpnversation.Anders Broman1-9/+9
2018-11-29Add sip_call_id filter to RTP stream.Anders Broman1-4/+12
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-41/+59
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-3/+3
2018-04-05SIP: Fix handling of response timeUli Heilmeier1-0/+1
2018-04-05SIP: Change filter Retry-After to an FT_UINT32AndersBroman1-1/+19
2018-03-09SIP: Add a filter for icid-value.AndersBroman1-0/+133
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-32/+32
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-30SIP: Fixed matching of INVITE request to INVITE response.Robert Jongbloed1-7/+7
2018-01-15[SIP] Display tel uri in VoIP calls.AndersBroman1-3/+25
2018-01-03[SIP] Use proto_tree_add_item_ret_string() to get the method string.Anders1-18/+5
2017-12-19[SIP] Add dissection of oc-seq as time stamp.AndersBroman1-4/+29
2017-12-18[SIP] Make a filter for Overload Control Value.AndersBroman1-0/+15
2017-12-11SIP statistics: use flipped indices for tables when incrementing statsMartin Mathieson1-2/+2
2017-12-11SIP statistics: fix problems with invalid itemsMartin Mathieson1-5/+9
2017-12-04Show retx prev and next framenum types as chevronsMartin Mathieson1-1/+1
2017-10-24Fix registration of SIP atop SSL/TLS.Guy Harris1-1/+2
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-28/+5
2017-07-14SIP: Add Status Code 607 (Unwanted)Uli Heilmeier1-0/+1
2017-04-28GSM SMS: Use SIP To / From tapped addresses for reassemblyPascal Quantin1-2/+4
2017-03-19dissector: fix typo reponse -> responseAlexis La Goutte1-1/+1
2017-03-08[SIP] Start dissecting generic parameters.AndersBroman1-2/+2
2017-03-08[SIP] Start dissecting generic parameters.AndersBroman1-6/+88
2017-03-07[SIP] Handle P-Access-Network-Info Headers parameter without '='.AndersBroman1-0/+3
2017-03-03Fix compile error about missing intializer.Joerg Mayer1-1/+1
2017-03-03SIP: Add digest verification functionalityerikdejong1-9/+254
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+1
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-4/+4
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-7/+4
2016-11-30sip: register with Websocket dissector (RFC 7118)Peter Wu1-0/+1
2016-11-15[SIP export-pdu] Don't export SIP messages from the body of another SIP messageAndersBroman1-1/+15
2016-11-14[SIP] Parse Via parameters for Overload Control RFC 7339AndersBroman1-1/+29
2016-11-11[SIP]Parse out the individual feature cap(s).AndersBroman1-1/+73
2016-11-09[SIP] Use call_dissector_only() to call the diagnostics dissector.AndersBroman1-2/+2
2016-10-30sip: fix Authorization header with mixed quoted parameterserikdejong1-20/+29
2016-10-23sip: use ws_strtoi functions.Dario Lombardo1-8/+30
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-19/+3
2016-09-15[SIP] Make it possible to call a subdisector for the VIA branch parameter.AndersBroman1-2/+12
2016-09-02[SIP] Call sub dissectors for Diagnostics in SIP reason texts.AndersBroman1-16/+84
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-4/+6