Define some fcns & vars as static...
[metze/wireshark/wip.git] / epan / dissectors / packet-sna.c
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.