Quick hack to squelch compiler warnings. This code seriously

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
This commit is contained in:
Guy Harris 2011-09-02 06:27:56 +00:00
parent 5683711191
commit afeee11220
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ dissect_hdfs_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
/* determine PDU length of protocol */
static guint get_hdfs_message_len(packet_info *pinfo, tvbuff_t *tvb, int offset)
static guint get_hdfs_message_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset _U_)
{
int len = tvb_reported_length(tvb);