aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-02libwireshark: define ENC_ANTI_HOST_ENDIAN in epan/proto.h.Guy Harris1-5/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-19/+1
2017-12-26Handle DLT_ENC files *not* written on the same OS and byte-order host.Guy Harris1-3/+39
2016-12-30ENC: fix parsing of header broken by gee242bdPascal Quantin1-3/+3
2016-12-30enc (openBSD): Add reserved/unused field for flagsAlexis La Goutte1-4/+11
2016-12-30enc (openBSD): fix flags field descriptionAlexis La Goutte1-3/+3
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-04-25enc: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-m...Alexis La Goutte1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-20packet-enc.c: Convert flags to use proto_tree_add_bitmask.Michael Mann1-17/+35
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create some more capture dissector tables.Michael Mann1-51/+18
2015-12-14Create capture dissector tables.Michael Mann1-15/+9
2015-12-13Standardize the capture dissector function signature.Michael Mann1-2/+2
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-3/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-02-24Use AF_ defines from <epan/aftypes.h>Jakub Zawadzki1-9/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-19Rename ENC_HDRLEN to BSD_ENC_HDRLEN, to see if that squelches the falseGuy Harris1-6/+6
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-19/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2005-12-06Clean up capture_enc(), export it, and use it in the capture window.Guy Harris1-15/+9
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-4/+4
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+206