aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-17frame: print debug line according to new console preference.Dario Lombardo1-5/+6
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-12/+16
2016-06-15More Sysdig / system event support.Gerald Combs1-10/+49
2016-05-28Set frame/file protocol list only after dissection is complete.Michael Mann1-17/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-6/+6
2016-02-02frame: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-4/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-12/+12
2016-01-16Don't export wtap_encap_dissector_table from packet-frame.c.Guy Harris1-1/+1
2016-01-13Do not apply color rule filter every dissectionPeter Wu1-4/+8
2016-01-01Make color filters part of dissectionMichael Mann1-11/+15
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+1
2015-12-14Create capture dissector tables.Michael Mann1-0/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2