aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etv.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-16/+16
2023-06-13Use `register_dissector()` for more protocolsDavid Perry1-5/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-28Move MPEG section table id defines to packet-mpeg-sect.hJakub Zawadzki1-3/+0
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-2/+0
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-09-01Batch of filterable expert info.Michael Mann1-15/+47
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-25#include <stdio.h> not needed.Bill Meier1-1/+0
2012-07-25Minor cleanup:Bill Meier1-17/+14
2012-03-22From Weston Schmidt:Anders Broman1-0/+219