aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dccp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+1
2022-12-19MP-DCCP: Fixed typo in filter name GREGORIO-M1-1/+1
2022-12-19MP-DCCP: Solving Compilation Errors on Certain Compilers GREGORIO-M1-2/+2
2022-12-19 MP-DCCP: Solving Compilation Errors on Certain Compilers GREGORIO-M1-17/+14
2022-12-19MP-DCCP: Fixed Compilation Error on Certain Compilers GREGORIO-M1-2/+2
2022-12-19MP-DCCP: Fixed Rare Packet Malformation Error GREGORIO-M1-2/+2
2022-12-19MP-DCCP: Solving Compilation Errors on Certain Compilers GREGORIO-M1-7/+7
2022-12-19MP-DCCP: Solving Compilation Errors on Certain Compilers GREGORIO-M1-28/+28
2022-12-19MP-DCCP: Solving Compilation Errors on Certain Compilers GREGORIO-M1-56/+55
2022-12-19MP-DCCP: Resolved Minor Merge Issues GREGORIO-M1-22/+22
2022-12-19MP-DCCP: Improved MP_CONFIRM GREGORIO-M1-88/+8
2022-12-19MP-DCCP: Modified MP_CONFIRM to match IETF draft. GREGORIO-M1-16/+92
2022-12-19MP-DCCP: -Rename multi-path subobtions to match IETF draft.Nathalie Romo1-67/+81
2022-12-19DCCP: Fix dissection of Feature options to match feature_number names instead...Nathalie Romo1-8/+17
2022-12-19MP-DCCP: Added all features to MP-DCCP V6. GREGORIO-M1-66/+136
2022-12-19MP-DCCP: Implemented MP-DCCP up-to V4. GREGORIO-M1-34/+206
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-13/+13
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2022-08-02follow: Only retrieve matching conversationsJohn Thacker1-3/+10
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-14/+14
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2021-05-28Using G_GUINT64_FORMAT for printing DCCP sequence numbers.Thomas Dreibholz1-14/+14
2021-05-28DCCP: Added preferences setting for relative sequence numbers.Thomas Dreibholz1-14/+41
2021-05-28DCCP: Added support for displaying relative sequence numbers.Thomas Dreibholz1-35/+110
2021-05-28DCCP: Lookup of service code for DCCP Request and Response.Thomas Dreibholz1-4/+4
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-1/+1
2021-02-22Added "Follow DCCP stream" feature.Thomas Dreibholz1-0/+295
2021-02-19Added IANA-assigned DCCP Service Codes.Thomas Dreibholz1-1/+25
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2018-09-29Add a mechanism to register aliases for preference modules.Guy Harris1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-10UDP: Heuristic dissector for conversation taking precedenceRobert Jongbloed1-1/+1
2017-10-29Add conversation endpoint typeMichael Mann1-1/+1
2017-05-22packet-dccp.c: Don't use tvb_get_ptr for getting a uint number.Michael Mann1-18/+28
2017-03-19dissectors (and tools): fix typo dependant -> dependentAlexis La Goutte1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-1/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-2/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-28/+8
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2