aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-28Frame: Fixup whitespace.Gerald Combs1-6/+6
2018-09-26Make systemd journal entries events.Gerald Combs1-1/+1
2018-09-26Rename the pseudo-header for X.25, V.120, and Frame Relay.Guy Harris1-1/+1
2018-05-04g_slist_free_full: Use g_slist_free_full() in a couple of places.AndersBroman1-3/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-44/+72
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-5/+5
2017-11-26*Always* set pinfo->p2p_dir from the wtap_pkthdr.Guy Harris1-6/+14
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-15/+12
2017-09-20Explicitly add ICMP and ICMPv6 to Flow graph.Michael Mann1-12/+0
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-70/+3
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-0/+118
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-8/+4
2017-02-09Make the capture file's interface description filterableJim Young1-5/+16
2017-02-02Make some more protocols into pinos.Michael Mann1-1/+1
2017-02-01frame: use wmem instead of glib allocator.Dario Lombardo1-1/+2
2017-01-22packet-frame: Make interface_name a filterable field.Jim Young1-4/+21