aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdfs.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-19Fix some duplicate display filter names.Chris Maynard1-1/+1
svn path=/trunk/; revision=40592
2011-11-27Use preference port (not defined constant) when port against src port;Bill Meier1-2/+4
Remove unneeded #include. svn path=/trunk/; revision=40014
2011-10-23Remove an unneeded #include.Bill Meier1-2/+0
svn path=/trunk/; revision=39525
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, ↵Bill Meier1-22/+22
FT_STRINGZ, FT_UINT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. For all but FT_UINT_STRING, always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). svn path=/trunk/; revision=39426
2011-09-21Whitespace cleanup:Bill Meier1-599/+599
Use consistent indentation; Convert "4 space tabs" to spaces; Remove trailing whitespace. svn path=/trunk/; revision=39082
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 svn path=/trunk/; revision=39081
2011-09-02Quick hack to squelch compiler warnings. This code seriouslyGuy Harris1-1/+1
misunderstands what tcp_dissect_pdus() is all about, and, absent a spec for the HDFS wire protocol: http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-issues/201005.mbox/%3C1593830.7251272825300344.JavaMail.jira@thor%3E there's not much I can do to handle it correctly. svn path=/trunk/; revision=38861
2011-09-02From Allison:Anders Broman1-269/+895
HDFS dissector enhancement https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6293 svn path=/trunk/; revision=38860
2011-08-09From Allison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6156Alexis La Goutte1-0/+468
Add Dissector for HDFS svn path=/trunk/; revision=38431