aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-null.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-4/+4
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-6/+7
2023-06-08Don't have every dissector include wtap.hJohn Thacker1-1/+0
2020-08-02null: use tvb_get_h_guint32() to fetch a host byte order value.Guy Harris1-2/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-02Have a single IPv6 tapJoão Valverde1-1/+0
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-40/+12
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
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-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-8/+8
2015-12-14Create capture dissector tables.Michael Mann1-35/+24
2015-12-13Standardize the capture dissector function signature.Michael Mann1-5/+5
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-6/+9
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
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris1-14/+82
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-2/+2
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-97/+109
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki1-6/+4
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-1/+3
2013-09-09More dissector table UI name changes (a continuation of r51904).Chris Maynard1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-05Fix a comment.Guy Harris1-2/+2
2009-05-05Get rid of some other uses of ethertype() for protocols that don't haveGuy Harris1-12/+20
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2004-12-30In the "capture_null()" routine, handle IPv6.Guy Harris1-0/+7
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+487