aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20BBLog: Display BBLog information for IN/OUT eventsMichael Tuexen1-2/+631
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-09-03frame: always add the "length < caplen" expert info.Guy Harris1-3/+26
2022-09-03Fix bogus tvbuffs to make sure reported length >= captured length.Guy Harris1-4/+19
2022-08-20pcapng: add support displaying hash from pcapngStephen Hemminger1-0/+82
2022-08-14frame: warn if the real length is less than the captured length.Guy Harris1-4/+8
2022-08-13epan: Rearrange column includesJohn Thacker1-1/+0
2022-06-24Frame: Fix segmentation dump when parsing packet_verdictEelco Chaudron1-30/+24
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-04-22Provide the section number for blocks, and show it.Guy Harris1-0/+13
2022-03-22initial skeleton for sysdig plugins experimentsLoris Degioanni1-1/+1
2022-01-17Frame: Parsing of PCAPNG Option Block PEN 46254Dr. Lars Völker1-1/+48
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-11-20BBLog: Fix the handling of skipped blocksMichael Tuexen1-3/+17
2021-11-15Fix maybe-uninitialized warningsGeorg Sauthoff1-1/+1
2021-11-08BBLog: Fix support of TCP window scalingMichael Tuexen1-1/+38
2021-08-28packet-frame: assorted cleanups.Guy Harris1-6/+6
2021-08-27Add initial support for BBLog filesMichael Tuexen1-23/+85
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-10/+12
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-7/+8
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-79/+96
2021-06-19Replace g_assert() with ws_assert()João Valverde1-0/+1
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-3/+3
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-2/+2
2021-06-06pcapng: add support for custom blocksMichael Tuexen1-0/+46
2021-03-20frame, tcp: don't g_assert while in the middle of dissecting.Guy Harris1-1/+1
2021-02-18frame: get rid of an unnecessary initialization.Guy Harris1-1/+1
2020-10-29Dissect frame drop count if present.Dieter Dobbelaere1-0/+10
2020-10-28Fix typo: 'descriptionfor' -> 'description for'.Dieter Dobbelaere1-1/+1
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris1-0/+27
2020-10-23QT/CLI: Move max tree items and depth to prefsJohn Thacker1-1/+1
2020-06-21pcapng: add support for new Enhanced Packet Block optionsEelco Chaudron1-1/+172
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson1-1/+1
2019-08-25show interface name in frame line caption if setMartin Fesser1-1/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-08frame: increase EXCEPTION_TREE_ITEMS.Dario Lombardo1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-11/+11
2019-03-23Restore pinfo->match_uint after the topmost dissector returns.Guy Harris1-0/+3
2019-03-22Don't use dissector_try_uint_new() to call the subdissector.Guy Harris1-10/+34
2019-02-13Add macros for the pack_flags field.Guy Harris1-41/+44
2019-02-13frame: fix crash when dissectors add the maximum number of tree items.Dario Lombardo1-0/+23
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-6/+6
2018-11-25Set direction correctly for Bluetooth H1 packetsAllan Møller Madsen1-1/+2