Handle DLT_LOOP differently from DLT_NULL.
[metze/wireshark/wip.git] / epan / dissectors / packet-null.c
2015-02-15 Guy HarrisHandle DLT_LOOP differently from DLT_NULL.
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-08-15 Bill MeierRemove unneeded #include <epan/prefs.h>; As needed...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-29 Jakub ZawadzkiReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
2013-09-09 Chris MaynardMore dissector table UI name changes (a continuation...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-05 Guy HarrisFix a comment.
2009-05-05 Guy HarrisGet rid of some other uses of ethertype() for protocols...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2004-12-30 Guy HarrisIn the "capture_null()" routine, handle IPv6.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.