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 6153] Wireshark plugin for CSG2 R6 interface.

Date: Wed, 2 Nov 2011 08:07:24 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6153

--- Comment #22 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-11-02 08:07:20 PDT ---
Hi,
Compiling on Ubuntu 11.0 gives
packet-csg.c: In function 'csg_add_duration':                                   
packet-csg.c:1928:33: error: format '%u' expects argument of type 'unsigned
int', but argument 8 has type 'time_t' [-Werror=format]                         
packet-csg.c:1928:33: error: format '%u' expects argument of type 'unsigned
int', but argument 9 has type 'time_t' [-Werror=format]                         
packet-csg.c:1928:33: error: format '%u' expects argument of type 'unsigned
int', but argument 10 has type 'time_t' [-Werror=format]                        
packet-csg.c: In function 'csg_add_double_duration':                            
packet-csg.c:1956:33: error: format '%u' expects argument of type 'unsigned
int', but argument 8 has type 'time_t' [-Werror=format]                         
packet-csg.c:1956:33: error: format '%u' expects argument of type 'unsigned
int', but argument 9 has type 'time_t' [-Werror=format]                         
packet-csg.c:1956:33: error: format '%u' expects argument of type 'unsigned
int', but argument 10 has type 'time_t' [-Werror=format]                        
packet-csg.c:1956:33: error: format '%u' expects argument of type 'unsigned
int', but argument 11 has type 'time_t' [-Werror=format]                        
packet-csg.c: In function 'dissect_csg_gtp_ies':                                
packet-csg.c:2095:13: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:2102:17: error: format '%x' expects a matching 'unsigned int'
argument [-Werror=format]                  
packet-csg.c:2112:13: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:2124:17: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:2131:13: error: format '%s' expects a matching 'char *' argument
[-Werror=format]                        
packet-csg.c:2147:17: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:2153:13: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:2162:13: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:2169:13: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:2074:38: error: unused parameter 'pinfo'
[-Werror=unused-parameter]                                      
packet-csg.c: In function 'csg_add_string_tlv':                                 
packet-csg.c:2179:20: warning: variable 'pi' set but not used
[-Wunused-but-set-variable]                             
packet-csg.c: In function 'csg_add_ha_string':                                  
packet-csg.c:2196:5: error: format not a string literal and no format arguments
[-Werror=format-security]             
packet-csg.c: In function 'csg_fill_value':                                     
packet-csg.c:2224:24: warning: variable 'hinfo' set but not used
[-Wunused-but-set-variable]                          
packet-csg.c: In function 'dissect_tlvs':                                       
packet-csg.c:2509:20: warning: variable 'svcbuff' set but not used
[-Wunused-but-set-variable]                        
packet-csg.c:2508:17: warning: variable 'comma' set but not used
[-Wunused-but-set-variable]                          
packet-csg.c:2317:17: warning: variable 'ti' set but not used
[-Wunused-but-set-variable]                             
packet-csg.c:2313:9: warning: variable 'next_lvl_tlv_end' set but not used
[-Wunused-but-set-variable]                
packet-csg.c: In function 'dissect_csg_gtp_tlvs':                               
packet-csg.c:3766:33: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:3770:33: error: format not a string literal and no format
arguments [-Werror=format-security]            
packet-csg.c:3747:9: warning: variable 'sublen' set but not used
[-Wunused-but-set-variable]                          
packet-csg.c: In function 'proto_reg_handoff_csg':                              
packet-csg.c:3801:9: error: passing argument 1 of 'create_dissector_handle'
from incompatible pointer type [-Werror]  
../../epan/packet.h:341:27: note: expected 'dissector_t' but argument is of
type 'gboolean (*)(struct tvbuff_t *, struct packet_info *, struct proto_tree
*)'                                                                             
packet-csg.c: At top level:                                                     
packet-csg.c:653:12: error: 'hf_csg_ha_protocol' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:655:12: error: 'hf_csg_ha_kut_flags' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:656:12: error: 'hf_csg_ha_kut_userip' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:657:12: error: 'hf_csg_ha_kut_nasip' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:658:12: error: 'hf_csg_ha_kut_bmaip' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:659:12: error: 'hf_csg_ha_kut_uid' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:660:12: error: 'hf_csg_ha_kut_billmethod' defined but not used
[-Werror=unused-variable]                 
packet-csg.c:661:12: error: 'hf_csg_ha_kut_bplan' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:662:12: error: 'hf_csg_ha_kut_qsip' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:663:12: error: 'hf_csg_ha_kut_flags4' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:664:12: error: 'hf_csg_ha_kut_dip' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:665:12: error: 'hf_csg_ha_kut_handoff' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:666:12: error: 'hf_csg_ha_kut_table' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:667:12: error: 'hf_csg_ha_kut_nhip' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:669:12: error: 'hf_csg_ha_sess_correlator' defined but not used
[-Werror=unused-variable]                
packet-csg.c:670:12: error: 'hf_csg_ha_sess_flags' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:671:12: error: 'hf_csg_ha_sess_srcip' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:672:12: error: 'hf_csg_ha_sess_dstip' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:673:12: error: 'hf_csg_ha_sess_policy' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:674:12: error: 'hf_csg_ha_sess_sport' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:675:12: error: 'hf_csg_ha_sess_dport' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:676:12: error: 'hf_csg_ha_sess_tos' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:677:12: error: 'hf_csg_ha_sess_prot' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:678:12: error: 'hf_csg_ha_sess_uidstate' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:679:12: error: 'hf_csg_ha_sess_gwip' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:680:12: error: 'hf_csg_ha_sess_starttime' defined but not used
[-Werror=unused-variable]                 
packet-csg.c:681:12: error: 'hf_csg_ha_sess_vs' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:682:12: error: 'hf_csg_ha_sess_weight' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:683:12: error: 'hf_csg_ha_sess_grant' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:684:12: error: 'hf_csg_ha_sess_consumed' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:685:12: error: 'hf_csg_ha_sess_debit' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:686:12: error: 'hf_csg_ha_sess_tcp_adjup' defined but not used
[-Werror=unused-variable]                 
packet-csg.c:687:12: error: 'hf_csg_ha_sess_tcp_adjdn' defined but not used
[-Werror=unused-variable]                 
packet-csg.c:688:12: error: 'hf_csg_ha_sess_table' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:690:12: error: 'hf_csg_ha_bma_ip' defined but not used
[-Werror=unused-variable]                         
packet-csg.c:692:12: error: 'hf_csg_ha_int_flag' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:693:12: error: 'hf_csg_ha_int_previpup' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:694:12: error: 'hf_csg_ha_int_previpdn' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:695:12: error: 'hf_csg_ha_int_nextupd' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:696:12: error: 'hf_csg_ha_int_ppdup' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:697:12: error: 'hf_csg_ha_int_ppddn' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:698:12: error: 'hf_csg_ha_int_ipup' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:699:12: error: 'hf_csg_ha_int_ipdn' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:700:12: error: 'hf_csg_ha_int_tcpup' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:701:12: error: 'hf_csg_ha_int_tcpdn' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:702:12: error: 'hf_csg_ha_int_pktup' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:703:12: error: 'hf_csg_ha_int_pktdn' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:704:12: error: 'hf_csg_ha_int_table' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:706:12: error: 'hf_csg_ha_ksvc_uip' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:707:12: error: 'hf_csg_ha_ksvc_svc' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:708:12: error: 'hf_csg_ha_ksvc_flags' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:709:12: error: 'hf_csg_ha_ksvc_basis' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:710:12: error: 'hf_csg_ha_ksvc_balance' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:711:12: error: 'hf_csg_ha_ksvc_consumed' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:712:12: error: 'hf_csg_ha_ksvc_trigger' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:713:12: error: 'hf_csg_ha_ksvc_reserved' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:714:12: error: 'hf_csg_ha_ksvc_sessid' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:715:12: error: 'hf_csg_ha_ksvc_next_qfetch' defined but not used
[-Werror=unused-variable]               
packet-csg.c:716:12: error: 'hf_csg_ha_ksvc_qtimeout' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:717:12: error: 'hf_csg_ha_ksvc_natip' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:718:12: error: 'hf_csg_ha_ksvc_natport' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:719:12: error: 'hf_csg_ha_ksvc_req' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:720:12: error: 'hf_csg_ha_ksvc_url' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:721:12: error: 'hf_csg_ha_ksvc_url_tablename' defined but not used
[-Werror=unused-variable]             
packet-csg.c:722:12: error: 'hf_csg_ha_ksvc_qconsec' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:723:12: error: 'hf_csg_ha_ksvc_sesstype' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:724:12: error: 'hf_csg_ha_ksvc_refund' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:725:12: error: 'hf_csg_ha_ksvc_balreq' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:726:12: error: 'hf_csg_ha_ksvc_lbt' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:727:12: error: 'hf_csg_ha_ksvc_usepend' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:728:12: error: 'hf_csg_ha_ksvc_abort_ts' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:729:12: error: 'hf_csg_ha_ksvc_start_ts' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:730:12: error: 'hf_csg_ha_ksvc_next_svccdr' defined but not used
[-Werror=unused-variable]               
packet-csg.c:731:12: error: 'hf_csg_ha_ksvc_cumipup' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:732:12: error: 'hf_csg_ha_ksvc_cumipdn' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:733:12: error: 'hf_csg_ha_ksvc_delipup' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:734:12: error: 'hf_csg_ha_ksvc_delipdn' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:735:12: error: 'hf_csg_ha_ksvc_seqnum' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:736:12: error: 'hf_csg_ha_ksvc_svccdr_start_ts' defined but not
used [-Werror=unused-variable]           
packet-csg.c:737:12: error: 'hf_csg_ha_ksvc_verify' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:738:12: error: 'hf_csg_ha_ksvc_cumtcpup' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:739:12: error: 'hf_csg_ha_ksvc_cumtcpdn' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:740:12: error: 'hf_csg_ha_ksvc_deltcpup' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:741:12: error: 'hf_csg_ha_ksvc_deltcpdn' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:742:12: error: 'hf_csg_ha_ksvc_deltrans' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:743:12: error: 'hf_csg_ha_ksvc_lbst' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:744:12: error: 'hf_csg_ha_ksvc_tablename' defined but not used
[-Werror=unused-variable]                 
packet-csg.c:745:12: error: 'hf_csg_ha_ksvc_timechange_ts' defined but not used
[-Werror=unused-variable]             
packet-csg.c:746:12: error: 'hf_csg_ha_ksvc_ts_dur' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:747:12: error: 'hf_csg_ha_ksvc_ts_lbt' defined but not used
[-Werror=unused-variable]                    
packet-csg.c:748:12: error: 'hf_csg_ha_ksvc_ts_consumed' defined but not used
[-Werror=unused-variable]               
packet-csg.c:749:12: error: 'hf_csg_ha_ksvc_ts_pending' defined but not used
[-Werror=unused-variable]                
packet-csg.c:750:12: error: 'hf_csg_ha_ksvc_ts_idle_ts' defined but not used
[-Werror=unused-variable]                
packet-csg.c:751:12: error: 'hf_csg_ha_ksvc_imap_head' defined but not used
[-Werror=unused-variable]                 
packet-csg.c:752:12: error: 'hf_csg_ha_ksvc_imap_hipupdx' defined but not used
[-Werror=unused-variable]              
packet-csg.c:753:12: error: 'hf_csg_ha_ksvc_imap_hipdndx' defined but not used
[-Werror=unused-variable]              
packet-csg.c:754:12: error: 'hf_csg_ha_ksvc_imap_htcpupdx' defined but not used
[-Werror=unused-variable]             
packet-csg.c:755:12: error: 'hf_csg_ha_ksvc_imap_htcpdndx' defined but not used
[-Werror=unused-variable]             
packet-csg.c:756:12: error: 'hf_csg_ha_ksvc_imap_body' defined but not used
[-Werror=unused-variable]                 
packet-csg.c:757:12: error: 'hf_csg_ha_ksvc_imap_bipupdx' defined but not used
[-Werror=unused-variable]              
packet-csg.c:758:12: error: 'hf_csg_ha_ksvc_imap_bipdndx' defined but not used
[-Werror=unused-variable]              
packet-csg.c:759:12: error: 'hf_csg_ha_ksvc_imap_btcpupdx' defined but not used
[-Werror=unused-variable]             
packet-csg.c:760:12: error: 'hf_csg_ha_ksvc_imap_btcpdndx' defined but not used
[-Werror=unused-variable]             
packet-csg.c:761:12: error: 'hf_csg_ha_ksvc_imap_flags' defined but not used
[-Werror=unused-variable]                
packet-csg.c:762:12: error: 'hf_csg_ha_ksvc_ts_ipup' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:763:12: error: 'hf_csg_ha_ksvc_ts_ipdn' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:764:12: error: 'hf_csg_ha_ksvc_ts_duration' defined but not used
[-Werror=unused-variable]               
packet-csg.c:765:12: error: 'hf_csg_ha_ksvc_ts_lastbill' defined but not used
[-Werror=unused-variable]               
packet-csg.c:766:12: error: 'hf_csg_ha_ksvc_ts_first' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:767:12: error: 'hf_csg_ha_ksvc_ts_last' defined but not used
[-Werror=unused-variable]                   
packet-csg.c:768:12: error: 'hf_csg_ha_ksvc_ts_int_ipup' defined but not used
[-Werror=unused-variable]               
packet-csg.c:769:12: error: 'hf_csg_ha_ksvc_ts_int_ipdn' defined but not used
[-Werror=unused-variable]               
packet-csg.c:770:12: error: 'hf_csg_ha_ksvc_ts_int_duration' defined but not
used [-Werror=unused-variable]           
packet-csg.c:771:12: error: 'hf_csg_ha_ksvc_ts_int_lastbill' defined but not
used [-Werror=unused-variable]           
packet-csg.c:772:12: error: 'hf_csg_ha_ksvc_ts_int_first' defined but not used
[-Werror=unused-variable]              
packet-csg.c:773:12: error: 'hf_csg_ha_ksvc_ts_int_last' defined but not used
[-Werror=unused-variable]               
packet-csg.c:775:12: error: 'hf_csg_ha_cg_ip' defined but not used
[-Werror=unused-variable]                          
packet-csg.c:776:12: error: 'hf_csg_ha_cg_appl' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:778:12: error: 'hf_csg_ha_rad_uip' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:779:12: error: 'hf_csg_ha_rad_attr' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:780:12: error: 'hf_csg_ha_rad_len' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:781:12: error: 'hf_csg_ha_rad_data' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:782:12: error: 'hf_csg_ha_rad_tablename' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:784:12: error: 'hf_csg_ha_nas_uip' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:785:12: error: 'hf_csg_ha_nas_id' defined but not used
[-Werror=unused-variable]                         
packet-csg.c:786:12: error: 'hf_csg_ha_nas_tablename' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:788:12: error: 'hf_csg_ha_ftp_sip' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:789:12: error: 'hf_csg_ha_ftp_dip' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:790:12: error: 'hf_csg_ha_ftp_sport' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:791:12: error: 'hf_csg_ha_ftp_dport' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:792:12: error: 'hf_csg_ha_ftp_prot' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:793:12: error: 'hf_csg_ha_ftp_stick' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:794:12: error: 'hf_csg_ha_ftp_etick' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:795:12: error: 'hf_csg_ha_ftp_vsip' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:796:12: error: 'hf_csg_ha_ftp_vsprot' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:797:12: error: 'hf_csg_ha_ftp_vsport' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:798:12: error: 'hf_csg_ha_ftp_vs_tablename' defined but not used
[-Werror=unused-variable]               
packet-csg.c:799:12: error: 'hf_csg_ha_ftp_cmd' defined but not used
[-Werror=unused-variable]                        
packet-csg.c:800:12: error: 'hf_csg_ha_ftp_rcode' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:801:12: error: 'hf_csg_ha_ftp_srcip' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:802:12: error: 'hf_csg_ha_ftp_dstip' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:803:12: error: 'hf_csg_ha_ftp_port' defined but not used
[-Werror=unused-variable]                       
packet-csg.c:804:12: error: 'hf_csg_ha_ftp_flags' defined but not used
[-Werror=unused-variable]                      
packet-csg.c:805:12: error: 'hf_csg_ha_ftp_upseq_start' defined but not used
[-Werror=unused-variable]                
packet-csg.c:806:12: error: 'hf_csg_ha_ftp_upseq_end' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:807:12: error: 'hf_csg_ha_ftp_dnseq_start' defined but not used
[-Werror=unused-variable]                
packet-csg.c:808:12: error: 'hf_csg_ha_ftp_dnseq_end' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:809:12: error: 'hf_csg_ha_ftp_interm' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:810:12: error: 'hf_csg_ha_ftp_pwdseq' defined but not used
[-Werror=unused-variable]                     
packet-csg.c:811:12: error: 'hf_csg_ha_ftp_pwdrspseq' defined but not used
[-Werror=unused-variable]                  
packet-csg.c:812:12: error: 'hf_csg_ha_ftp_pwd_flag' defined but not used
[-Werror=unused-variable]
packet-csg.c:813:12: error: 'hf_csg_ha_ftp_statflag' defined but not used
[-Werror=unused-variable]
packet-csg.c:814:12: error: 'hf_csg_ha_ftp_ipup' defined but not used
[-Werror=unused-variable]
packet-csg.c:815:12: error: 'hf_csg_ha_ftp_ipdn' defined but not used
[-Werror=unused-variable]
packet-csg.c:816:12: error: 'hf_csg_ha_ftp_tcpup' defined but not used
[-Werror=unused-variable]
packet-csg.c:817:12: error: 'hf_csg_ha_ftp_tcpdn' defined but not used
[-Werror=unused-variable]
packet-csg.c:818:12: error: 'hf_csg_ha_ftp_pktup' defined but not used
[-Werror=unused-variable]
packet-csg.c:819:12: error: 'hf_csg_ha_ftp_pktdn' defined but not used
[-Werror=unused-variable]
packet-csg.c:820:12: error: 'hf_csg_ha_ftp_ppdres' defined but not used
[-Werror=unused-variable]
packet-csg.c:821:12: error: 'hf_csg_ha_ftp_idle' defined but not used
[-Werror=unused-variable]
packet-csg.c:822:12: error: 'hf_csg_ha_ftp_tablename' defined but not used
[-Werror=unused-variable]
packet-csg.c:823:12: error: 'hf_csg_ha_ftp_cip_tablename' defined but not used
[-Werror=unused-variable]
packet-csg.c:824:12: error: 'hf_csg_ha_ftp_conn_tablename' defined but not used
[-Werror=unused-variable]
packet-csg.c:825:12: error: 'hf_csg_ha_ftp_strtype' defined but not used
[-Werror=unused-variable]
packet-csg.c:826:12: error: 'hf_csg_ha_ftp_str' defined but not used
[-Werror=unused-variable]
packet-csg.c:827:12: error: 'hf_csg_ha_ftp_str_tablename' defined but not used
[-Werror=unused-variable]
packet-csg.c:828:12: error: 'hf_csg_ha_ftp_ssip' defined but not used
[-Werror=unused-variable]
packet-csg.c:829:12: error: 'hf_csg_ha_ftp_csip' defined but not used
[-Werror=unused-variable]
packet-csg.c:830:12: error: 'hf_csg_ha_ftp_sdip' defined but not used
[-Werror=unused-variable]
packet-csg.c:831:12: error: 'hf_csg_ha_ftp_cdip' defined but not used
[-Werror=unused-variable]
packet-csg.c:832:12: error: 'hf_csg_ha_ftp_ssport' defined but not used
[-Werror=unused-variable]
packet-csg.c:833:12: error: 'hf_csg_ha_ftp_sdport' defined but not used
[-Werror=unused-variable]
packet-csg.c:834:12: error: 'hf_csg_ha_ftp_csport' defined but not used
[-Werror=unused-variable]
packet-csg.c:835:12: error: 'hf_csg_ha_ftp_cdport' defined but not used
[-Werror=unused-variable]
packet-csg.c:836:12: error: 'hf_csg_ha_ftp_sladj' defined but not used
[-Werror=unused-variable]
packet-csg.c:837:12: error: 'hf_csg_ha_ftp_cladj' defined but not used
[-Werror=unused-variable]
packet-csg.c:838:12: error: 'hf_csg_ha_ftp_sseq' defined but not used
[-Werror=unused-variable]
packet-csg.c:839:12: error: 'hf_csg_ha_ftp_cseq' defined but not used
[-Werror=unused-variable]
packet-csg.c:840:12: error: 'hf_csg_ha_ftp_sseqid' defined but not used
[-Werror=unused-variable]
packet-csg.c:841:12: error: 'hf_csg_ha_ftp_cseqid' defined but not used
[-Werror=unused-variable]
packet-csg.c:842:12: error: 'hf_csg_ha_ftp_fromvs' defined but not used
[-Werror=unused-variable]
packet-csg.c:844:12: error: 'hf_csg_ha_radbp_uid' defined but not used
[-Werror=unused-variable]
packet-csg.c:845:12: error: 'hf_csg_ha_radbp_bplan' defined but not used
[-Werror=unused-variable]
packet-csg.c:846:12: error: 'hf_csg_ha_radbp_csfound' defined but not used
[-Werror=unused-variable]
packet-csg.c:847:12: error: 'hf_csg_ha_radbp_csname' defined but not used
[-Werror=unused-variable]
packet-csg.c:1131:12: error: 'hf_csg_event_cat_type_register' defined but not
used [-Werror=unused-variable]
packet-csg.c:1132:12: error: 'hf_csg_event_cat_type_message' defined but not
used [-Werror=unused-variable]
packet-csg.c:1133:12: error: 'hf_csg_event_cat_type_presence' defined but not
used [-Werror=unused-variable]
packet-csg.c:1134:12: error: 'hf_csg_event_cat_type_subscribe' defined but not
used [-Werror=unused-variable]
packet-csg.c:1135:12: error: 'hf_csg_event_cat_type_notify' defined but not
used [-Werror=unused-variable]
packet-csg.c:1136:12: error: 'hf_csg_event_cat_type_options' defined but not
used [-Werror=unused-variable]
packet-csg.c:1137:12: error: 'hf_csg_event_cat_type_catchall' defined but not
used [-Werror=unused-variable]
packet-csg.c:1138:12: error: 'hf_csg_event_cat_type_misc' defined but not used
[-Werror=unused-variable]
packet-csg.c:1203:17: error: 'gPREF_HEX' defined but not used
[-Werror=unused-variable]
packet-csg.c:1849:14: error: 'csg_bytes_to_string' defined but not used
[-Werror=unused-function]
cc1: all warnings being treated as errors

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.