aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06epan: Allow nested dependent packetsSake Blok1-3/+3
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-1/+1
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-3/+3
2022-03-06epan: Allow nested dependent packetsSake Blok1-3/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-11-29wsutil: Split format_size() enumJoão Valverde1-2/+2
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-1/+5
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-5/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+2
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-1/+1
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-12-20erf: Add support for attribute and sensor Provenance tagsAnthony Coddington1-5/+16
2018-09-26Rename the pseudo-header for X.25, V.120, and Frame Relay.Guy Harris1-1/+1
2018-09-20erf: do not use VALS to cast a void pointerPeter Wu1-4/+8
2018-04-19Fix cppcheck 1.83 warningsAlexandr Savca1-1/+1
2018-03-18Make a function not used outside this file static.Guy Harris1-1/+2
2018-02-27ERF: Add support for new extension header and Provenance tagsAnthony Coddington1-5/+293
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-30/+271
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2017-03-28Fix up time encodings.Guy Harris1-1/+1
2017-03-13erf: fix this condition has identical branches [-Werror=duplicated-branches] ...Alexis La Goutte1-1/+1
2017-03-05erf: fix this statement may fall through [-Werror=implicit-fallthrough=] foun...Alexis La Goutte1-0/+3
2017-03-03erf: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-02-28Some ERF pseudo-headers have color instead of lctr valuesfd1-3/+26
2016-12-20Cast larger types to time_tYour Name1-1/+1
2016-11-08ERF: Fix issues with Host ID mappingAnthony Coddington1-45/+37
2016-09-02ERF: Fix dissector abort on short meta tags and typosAnthony Coddington1-37/+107
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-18ERF: fix no previous prototype for 'erf_ts_to_nstime/dissect_relative_time/di...Alexis La Goutte1-3/+3
2016-07-31packet-erf.c: Pacify OS X buildbot.Michael Mann1-1/+1
2016-07-31ERF: Add ERF_TYPE_META clock tagsAnthony Coddington1-152/+380
2016-06-07ERF: Make ERF wiretap forwards compatible.Anthony Coddington1-0/+1
2016-05-22ERF: Fix and improve ERF_TYPE_META sanity checksAnthony Coddington1-2/+35
2016-05-17opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)Adam Goldman1-0/+4
2016-05-15ERF: Add dissection of missing ERF typesAnthony Coddington1-0/+4
2016-05-11ERF: Fix Ethernet FCS detection and remove preferenceAnthony Coddington1-6/+5
2016-04-02Use faster wmem_str* functions in a few places.Gerald Combs1-12/+12
2016-04-02ERF: fix crash when displaying erf.ip_proto fieldPascal Quantin1-1/+1
2016-04-01ERF: Add dissection and wiretap support for ERF_TYPE_META.Anthony Coddington1-23/+1120
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-13/+5
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-6/+6
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-19ERF: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+1
2016-01-14Have various ATM dissectors use the data arguments for pseudo-headers.Guy Harris1-93/+91
2016-01-13Clean up handling of the data before the Ethernet packet in ERF files.Guy Harris1-15/+10
2016-01-13Dissect the MC and AAL2 headers as 32-bit words.Guy Harris1-287/+243