Yaniv Kaul
 changed
              bug 9568
        
             
          
            | What | 
            Removed | 
            Added | 
          
         
           | Status | 
           RESOLVED
            | 
           CONFIRMED
            | 
         
         
           | Resolution | 
           FIXED
            | 
           ---
            | 
         
         
           | Ever confirmed | 
           
                
            | 
           1
            | 
         
      
        
            Comment # 3
              on bug 9568
              from  Yaniv Kaul
        (In reply to comment #2)
> (In reply to comment #1)
> > Can you please let me know if your build is now working?
> 
> It is good for me (and buildbot)
> 
> There is always buildbot failure but fix in revision 54188
No, still fails:
make[5]: Entering directory `/home/yanivk/wireshark/epan/dissectors'
  CC       libdissectors_la-packet-pdcp-lte.lo
  CC       libdissectors_la-packet-peekremote.lo
packet-pdcp-lte.c: In function 'dissect_pdcp_lte':
packet-pdcp-lte.c:1670:5: error: incompatible type for argument 5 of
'decipher_payload'
     payload_tvb = decipher_payload(tvb, pinfo, &offset,
&pdu_security_settings, p_pdcp_info->plane, &payload_deciphered);
     ^
packet-pdcp-lte.c:1311:11: note: expected 'gboolean *' but argument is of type
'enum pdcp_plane'
 tvbuff_t* decipher_payload(tvbuff_t *tvb, packet_info *pinfo _U_, int *offset
_U_, pdu_security_settings_t *pdu_security_settings _U_,
           ^
packet-pdcp-lte.c:1670:5: error: too many arguments to function
'decipher_payload'
     payload_tvb = decipher_payload(tvb, pinfo, &offset,
&pdu_security_settings, p_pdcp_info->plane, &payload_deciphered);
     ^
packet-pdcp-lte.c:1311:11: note: declared here
 tvbuff_t* decipher_payload(tvbuff_t *tvb, packet_info *pinfo _U_, int *offset
_U_, pdu_security_settings_t *pdu_security_settings _U_,
           ^
packet-pdcp-lte.c: At top level:
packet-pdcp-lte.c:1196:15: error: 'hex_ascii_to_binary' defined but not used
[-Werror=unused-function]
 static guchar hex_ascii_to_binary(gchar c)
               ^
(SVN 54189)
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.