aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-f5ethtrailer.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08f5fileinfo: Typo / omission fix from last merge.Jason Cohen1-1/+1
2023-02-08f5fileinfo: Add missing platform identifiersJason Cohen1-25/+42
2022-10-12F5 Ethtrailer: Replace tvb_get_const_stringz()João Valverde1-15/+11
2022-10-07f5ethtrailer: Only remove registered tapsStig Bjørlykke1-6/+21
2022-10-07f5ethtrailer: Default disable preference to perform analysisStig Bjørlykke1-1/+1
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-1/+1
2022-09-05f5ethtrailer: Fix possible infinite loop in legacy trailer heuristicJason Cohen1-52/+56
2022-06-10tap: Adding flags for tap_packetRoland Knall1-5/+5
2022-05-18f5ethtrailer: Decode TLS 1.3 trailer info on some versionsJason Cohen1-3/+8
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-4/+4
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-9/+9
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-09-02f5ethtrailer: greedy conversation filtersChuck Craft1-3/+12
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-23/+23
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-3/+4
2021-01-22f5ethtrailer: fix low, legacy noise / FCS 0 startJason Cohen1-28/+37
2020-11-17f5ethtrailer: Reserved field should have been ENC_HEXJason Cohen1-1/+1
2020-11-17f5ethtrailer: Replace ingressslot and ingressport with reservedJason Cohen1-24/+7
2020-10-28Create protocols to the end of the TVB if length unknown upfrontJaap Keuter1-1/+1
2020-10-15f5ethtrailer: Look for trailer after FCSJason Cohen1-0/+25
2020-10-09ebhscr: fix conflictAlexis La Goutte1-2/+2
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-06-23f5ethtrailer: avoid throwing a "Malformed Packet" exceptionNardi Ivan1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-01No explicit glib.h include requiredJaap Keuter1-1/+0
2020-04-25Introduce tfs_get_string helperJaap Keuter1-4/+4
2020-03-19s_addr -> src_addr, d_addr -> dst_addr.Guy Harris1-37/+37
2020-03-17f5ethtrailer: Add support for version 4 of low noise trailerJason Cohen1-64/+203
2020-03-04f5ethtrailer: Add support for TLS Trailer Type 2 Ver 1Jason Cohen1-4/+36
2020-02-28f5ethtrailer: Correctly generate the TLS keylog entriesJason Cohen1-1/+1
2020-02-24f5ethtrailer: Continued clean-up from plug-in importJason Cohen1-723/+864
2020-02-02f5ethtrailer: Whitespace / formatting changes only.Jason Cohen1-2855/+2817
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-08-14f5ethtrailer: fix type descripter in dissector table registrationJason Cohen1-2/+2
2019-08-11f5ethtrailer: generate keylog entries from the debug dataJason Cohen1-128/+316
2019-08-07f5ethtrailer: Fix Dead Store (Dead assignement/Dead increment) Warning found ...Alexis La Goutte1-1/+0
2019-08-05f5ethtrailer: Add dissection for TLS trailersJason Cohen1-5/+377
2019-07-24f5ethtrailer: type-version subdissector tableJason Cohen1-26/+12
2019-07-24f5ethtrailer - Collapsible-Header trailer headerJason Cohen1-41/+66
2019-06-27f5ethtrailer - Dissect BIG-IP v15 low noise trailerJohn Tapparo1-8/+64
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-33/+33
2019-02-10f5ethtrailer: set G_REGEX_RAW for platform pattern (cleanup)Peter Wu1-1/+1
2019-01-07f5ethtrailer: Fix Dead Store (Dead assignement/Dead increment) Warning found ...Alexis La Goutte1-4/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-26/+27
2018-12-28Allow floating point values for stats_treeMichael Mann1-8/+8
2018-12-26Don't allocate per-frame data if we don't have an F5 trailer.Guy Harris1-26/+19
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-21packet-f5ethtrailer.c: "Decode" Platform identifiersJoerg Mayer1-8/+83