aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-8/+9
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-5/+3
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+9
2012-01-19Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-11-27Use preference port (not defined constant) when port against src port;Bill Meier1-2/+4
2011-10-23Remove an unneeded #include.Bill Meier1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-22/+22
2011-09-21Whitespace cleanup:Bill Meier1-599/+599
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-02Quick hack to squelch compiler warnings. This code seriouslyGuy Harris1-1/+1
2011-09-02From Allison:Anders Broman1-269/+895
2011-08-09From Allison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6156Alexis La Goutte1-0/+468