Use MAC address documentation range in filter examples
[metze/wireshark/wip.git] / epan / dissectors / packet-sna.c
2015-07-03 Peter WuCall reassembly_table_destroy for some dissectors
2015-06-22 Evan HuusRemove a bunch of deprecated tvb_length calls
2015-03-01 Michael MannUse COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET...
2015-02-27 Guy HarrisAgain, we need a separate pointer to advance through...
2015-02-19 AndersBromanAdd some casts to satisfy the various compilers.
2015-02-19 Michael MannAdd name resolution support to address type.
2015-02-09 Michael MannAdd fixed length function for address types.
2015-02-09 Michael MannAdd "column filter string" support to address types.
2015-02-09 Michael MannAdd address type registration.
2015-01-13 Guy HarrisWhen allocating address structures, use wmem_new0().
2015-01-11 Pascal QuantinFix some more regressions introduced in gecaa1f8
2015-01-09 Michael Mannconvert variables that were static just because of...
2015-01-07 Michael MannSET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-12 Bill MeierChange ENC_NA to ENC_BIG_ENDIAN for all fetches of...
2014-12-01 Michael MannUse proto_tree_add_bitmask for groups of proto_tree_add...
2014-12-01 Alexis La GoutteSNA: Fix Dead Store (Dead assignement/Dead increment...
2014-11-28 Michael MannEliminate proto_tree_add_text from packet-sna.c.
2014-10-02 Bill MeierAdd editor modelines & adjust indentation/whitespace...
2014-09-12 Michael Mannproto_tree_add_text cleanup
2014-09-11 Michael MannMake all "padding" fields filterable
2014-07-09 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-26 Guy HarrisWe don't use EBCDIC_to_ASCII(), so we don't need to...
2014-02-25 Guy HarrisJust use proto_tree_add_item() for an EBCDIC string.
2014-02-25 Pascal QuantinRemove a few wrong use of tvb_get_string()
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-29 Martin Kaisersimplify dissect_gds() a bit
2013-01-29 Martin KaiserFix some Dead Store (Dead assignement/Dead increment...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-10-22 Jakub ZawadzkiComment more cases where static allocation is used...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-05-12 Chris MaynardAdd snai, mpf and efi to bf_tree, not tree. Fixes...
2011-03-26 Ronnie Sahlbergremove a proto_item variable we dont need
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-21 Jeff MorrissAs suggested by Kovarththanan Rajaratnam in https:...
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2009-10-16 Bill Meiersna_reassembled_table never used: remove it;
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_clear with col_check
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-13 Anders BromanApply some of the patches from:
2009-05-08 Bill MeierFix a typo from the previous commit .....
2009-05-08 Bill MeierFT_BOOLEAN fields with bitmask: Display is 'parent...
2009-05-01 Jaap KeuterFrom Reinhard Speyerer:
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-12-17 Bill MeierFix typos and spelling (mostly in text strings)
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-07-11 Jeff MorrissCast away the unsignedness of a string (which has had...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-28 Stephen FisherFix a bunch of warnings, add svn:keywords Id and svn...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-28 Ulf Lampingfix #480: Change defaults for all reassembling settings...
2005-09-28 Guy HarrisHave show_exception() take a "const char *" as its...
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-28 Ronnie Sahlbergsome more memification of tvb_get_string() no obviou...
2005-06-10 Ulf Lampingjust to get things straight: a dissector should *never...
2005-03-27 Ulf Lampingbuildbot bugfix: add another tvb_ensure_bytes_exist()
2005-02-09 Lars RolandMove the following files from /trunk to /trunk/epan:
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-10 Guy HarrisThe EBCDIC-to-ASCII routines are now declared in <epan...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.