aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-file.c
AgeCommit message (Expand)AuthorFilesLines
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-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-01-20Move some variables inside the block where they're used.Guy Harris1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-6/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-5/+5
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-3/+5
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-3/+3
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-1/+0
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
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-10/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2016-01-13Do not apply color rule filter every dissectionPeter Wu1-3/+8
2016-01-01Make color filters part of dissectionMichael Mann1-12/+17
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+1
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-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-05-26Duplicate the presence of the "ignored" field in order to remove proto_tree_a...Michael Mann1-1/+1
2015-05-25Make protocol name/key combo string filterable.Michael Mann1-2/+9
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-4/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+2
2014-12-01Update display filter names per checkfiltername.plMichael Mann1-1/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-11/+11
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13In a file that defines external routines, the header file that declaresGuy Harris1-0/+2
2014-01-06Base dissector for fileshark functionality. Intended as the equivalent of pa...Michael Mann1-0/+421