aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-17Make incomplete dissectors bytes more visibleMichal Labedzki1-3/+2
2015-07-17Add preference for disabling 'packet size limited during capture' message in ...Michael Mann1-0/+5
2015-06-16Pass the pseudo-header to wtap_encap dissectors via the "data" argument.Guy Harris1-7/+11
2015-05-26Duplicate the presence of the "ignored" field in order to remove proto_tree_a...Michael Mann1-2/+2
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-5/+5
2015-03-09Small improvement in incomplete dissectors check.Dario Lombardo1-7/+9
2015-02-12Support for looking for incomplete dissectors.Dario Lombardo1-0/+29
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-14/+19
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+2
2014-12-06Remove annex_a_used from packet_info structure.Michael Mann1-1/+0
2014-11-16Remove file_type_subtype member from packet_info.Michael Mann1-6/+12
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-24/+24
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1