Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-hsrp.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-09-30 Michael MannConvert some proto_tree_add_string_format calls to...
2013-09-16 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-05-04 Alexis La GoutteFix indents (Use Spaces) Add Modelines
2013-05-01 Jörg MayerWhitespace fixes: Indented lines should not start with
2013-05-01 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-12 Jakub ZawadzkiRevert r41311, fix bug #7581
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-07-22 Michael MannUpdate display filter names per Bug 2794. Part 1 of...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-03-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-20 Bill MeierUse ENC_NA as proto_tree_add_item() encoding arg for...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-06-19 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-06 Bill MeierFix various typos and spelling errors.
2010-10-30 Jeff MorrissMake tvb_strneql()'s size parameter be a size_t. Remov...
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_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-29 Anders BromanMore size_t casts.
2009-03-23 Stig BjørlykkeFixed some data types to remove some warnings.
2008-12-17 Bill MeierFix typos and spelling (mostly in text strings)
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-09-04 Jaap KeuterFrom Munenori Ohuchi:
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-27 Stephen FisherFix about 100 simple to fix warnings from gcc 4.0 in...
2006-11-24 Stephen FisherFix for bug #940. Convert HSRP to a new-style dissecto...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-28 Guy HarrisDon't change the Info column if we have an unknown...
2005-09-27 Jörg MayerOp Code 3 (Advertisement) dissection
2005-09-22 Jörg MayerAdd the cisco url as well
2005-09-22 Jörg MayerAdd a comment on packets with opcode 3
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.