aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14SIP: Ignore probable keep alivesJohn Thacker1-0/+8
2023-01-10sip: fix leak in uncompressKevin Albertson1-1/+1
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+1
2022-12-15SIP: Fix heap-use-after-free crash with ASANJoão Valverde1-2/+2
2022-12-14SIP: Fix fixed buffer UTF-8 string truncationJoão Valverde1-20/+14
2022-11-22SIP: Extract entire Call-ID without truncatingJohn Thacker1-6/+16
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+1
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-08-10HTTP: Speed up chunked Transfer-Encoding on TCPJohn Thacker1-1/+1
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-6/+8
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-1/+1
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-05-24SIP: Add a filter for VIA parameter be-routeAnders Broman1-4/+20
2022-05-24SIP: Handle short frame in dissect_sip_sec_mechanism()Anders Broman1-0/+2
2022-05-11SIP: Refactoring too many if-else branches by table-driven methodeasonweii1-75/+53
2022-01-31SIP: Fix SIP Statistics in GUIJohn Thacker1-4/+5
2022-01-26SIP: Add 3GPP TS 24.229 SIP headers.Anders Broman1-330/+410
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-24/+24
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-6/+6
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-10-20Fix some spelling errorsMartin Mathieson1-1/+1
2021-10-13SIP: 200 ok put resp to method in info colAnders Broman1-12/+19
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