Use address functions instead of ADDRESS macros in asn1 and epan
[metze/wireshark/wip.git] / epan / dissectors / packet-rdt.c
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-06-23 Evan HuusRemove more deprecated tvb_length
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-13 Michael MannEliminate proto_tree_add_text for some dissectors.
2014-09-29 Bill MeierAdd editor modelines and adjust indentation as needed.
2014-06-20 Guy HarrisRename dissector_add_handle() to dissector_add_for_deco...
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
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-09-15 Martin Kaiseremem -> wmem
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-03-19 Anders BromanFrom beroset:
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
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-07-18 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-04-11 Martin MathiesonDon't assign to a proto_item* that is not used before...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-09-15 Martin MathiesonRemove a few more calls to check_col()
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-22 Bill MeierFixes for gcc -Wshadow warnings; Fix indentation and...
2009-10-25 Anders BromanFrom Jakub Zawadzki:
2009-09-24 Kovarththanan Raja... Don't guard col_append_str with check_col
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/COL_PROTOCOL) with...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-01-08 Jaap KeuterFix for bug 2902:
2008-12-17 Bill MeierFix typos and spelling (mostly in text strings)
2008-09-12 Bill MeierSmall revisions related to proto_reg_handoff ....
2008-03-01 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2006-08-01 Martin MathiesonFix some fussy warnings seen on the Ubuntu buildbot...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-10-27 Ronnie Sahlbergget rid of a strcpy
2005-09-01 Anders BromanFrom Martin Mathieson
2005-08-12 Ronnie Sahlberggmemchunk -> se_alloc() improvements
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-07-09 Guy HarrisSquelch various signed vs. unsigned warnings by:
2005-05-27 Anders BromanFrom Martin Mathieson
2005-05-16 Anders BromanFrom Martin Mathieson:
2005-03-06 Jörg MayerMartin Mathieson: Add information sources
2005-02-20 Luis Ontanonmodify eol-style property
2005-02-19 Luis OntanonFrom Martin Mathielson