aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Fix more spellings - mostly commentsMartin Mathieson1-2/+2
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-216/+216
2023-11-17dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-131/+1
2023-10-10epan: Allow BASE_NO_DISPLAY_VALUE for string-like field typesJohn Thacker1-2/+1
2023-09-27mgcp, sdp: disable handling SDP RTP if Osmux is announced in MGCP bodyPau Espin Pedrol1-6/+6
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-2/+2
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-3/+3
2023-08-16sharkd: initialize the columns correctly for sip statsNiels Widger1-5/+5
2023-05-29More testing of check_dissector.pyMartin Mathieson1-6/+0
2023-05-18SIP: Fix values for sip.msg_hdr and sip.msg_bodyJohn Thacker1-4/+44
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-05-17SIP: Don't double count removed bindingsJohn Thacker1-7/+14
2023-05-12SIP: Dissect MCC and MNC in P-Access-Network-InfoJohn Thacker1-2/+4
2023-04-19ftypes: Hide fvalue implementationJoão Valverde1-1/+1
2023-04-18Decouple the media_type dissector table from HTTP.Guy Harris1-6/+6
2023-04-17HTTP/GRPC-Web: support dissecting chunked data in streaming reassembly modehuangqiangxiong1-1/+2
2023-04-16SIP: add a preference to set default charset in raw text viewHuang Qiangxiong1-5/+65
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