aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-11Fix spelling errors.Guy Harris1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-8/+8
2021-05-03SIP: Add decoding of protobuf fields.Anders Broman1-0/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-7/+7
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris1-1/+1
2021-04-01DIAMETER: Dissect Access-Network-Information (AVP code 1263)John Thacker1-1/+1
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-0/+41
2021-02-07sip: populate stats tables' rows only onceMartin Kaiser1-21/+30
2021-02-04SIP: Fix header Id mappingJaap Keuter1-4/+4
2021-01-31sip: create the statistics tables only onceMartin Kaiser1-5/+14
2021-01-13SIP: Fix parsing of multiple contact-paramUli Heilmeier1-5/+6
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-09-27Fix some wrong filter names.Martin Mathieson1-3/+3
2020-09-10Issue 16683 - SIP - Dissection of Logme Marker in the Session ID header of th...atul3581-2/+30
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-5/+5
2020-04-12SIP: Differentiate the Display Info itemsJaap Keuter1-6/+85
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-3/+3
2020-02-16More issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-1/+0
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+4
2020-02-11SIP:Add SIP Header P-Charge-Info RFC 8496Anders Broman1-205/+212
2020-01-24SIP: share dissector status value_string array with tshark SIP statsMartin Mathieson1-7/+9
2020-01-05SIP: authorization validation segfault on missing fieldserikdejong1-1/+2
2019-12-30SIP: RFC8688 Rejected Status CodeUli Heilmeier1-0/+1
2019-11-18SIP: Handle "Authorization:" Header without data.Anders Broman1-31/+34
2019-08-26SIP: Ensure session-id is not emptyMichael Mann1-6/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-08HTTP: fix bad reassembly with Content-Type and no Content-LengthPeter Wu1-1/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-14/+14
2019-03-27SIP: Add a preference to hide the generated/trace Call IDAnders Broman1-1/+13
2019-01-23SDP: fix memleak of "trace_id"Peter Wu1-1/+1
2019-01-23SDP: remove unused setup_proto field to fix memleaksPeter Wu1-1/+0
2019-01-22NGAP: Handle vnd.3gpp.ngap content-type (TS 39.502)Anders Broman1-1/+1
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