aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-16Fix ISO C does not allow extra ';' outside of a function [-Wpedantic]Alexis La Goutte1-1/+1
2014-07-01Remove debugging info from protocol tree for frameGraham Bloice1-16/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-56/+92
2014-05-14Don't use -1 as length in frame dissector.Evan Huus1-4/+4
2014-05-11Minor optimization to packet-frame.cEvan Huus1-1/+1
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0