Wireshark-bugs: [Wireshark-bugs] [Bug 8379] HPFEEDS protocol : honeypot protocol feeds support a
Date: Fri, 01 Mar 2013 13:24:51 +0000

Comment # 15 on bug 8379 from
(In reply to comment #14)
> 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).

Nice catch, committed in r47974.


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