Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8379] HPFEEDS protocol : honeypot protocol feeds support a

Date Prev · Date Next · Thread Prev · Thread Next
Date: Fri, 01 Mar 2013 07:15:43 +0000

changed bug 8379

What Removed Added
CC   [email protected]

Comment # 14 on bug 8379 from
Hi,

one more patch:

186 static guint
187 get_hpfeeds_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset _U_)
                                                                         ^^^^
remove _U_
188 {
189    return tvb_get_ntohl(tvb, 0);
                                ^^^ offset + 0
190 }

(I can't commit it right now, sorry).


You are receiving this mail because:
  • You are watching all bug changes.