tcpdump mailing list archives

Re: Patch to release File Descriptors in pcap-dag.c


From: Florent.Drouin () alcatel-lucent fr
Date: Thu, 1 Feb 2007 09:36:14 +0100


      Hello Guy,


I did test the changes, it works great.
Additionally, could you replace the word LSU by LSSU in gencode.c,
gencode.h, grammar.y and scanner.l.
This is the exact term to use for MTP2 messages.

<<
gencode.c: * LSSU, length is 1 or 2
gencode.c:      case M_LSSU:
gencode.h:#define M_LSSU                23      /* LSSU */
grammar.y:%token        FISU LSSU MSU
grammar.y:      | LSSU                  { $$ = M_LSSU; }
scanner.l:lssu          return LSSU;


Thanks in advance.
Best Regards
Florent



                                                                                                                        
               
                      Guy Harris                                                                                        
               
                      <guy () alum mit edu>                   To:      tcpdump-workers () lists tcpdump org             
                     
                      Sent by:                             cc:                                                          
               
                      tcpdump-workers-owner@lists.         Subject: Re: [tcpdump-workers] Patch to release File 
Descriptors in         
                      tcpdump.org                          pcap-dag.c                                                   
               
                                                                                                                        
               
                                                                                                                        
               
                      01/02/2007 04:14                                                                                  
               
                      Please respond to                                                                                 
               
                      tcpdump-workers                                                                                   
               
                                                                                                                        
               





On Jan 30, 2007, at 4:50 AM, Florent.Drouin () alcatel-lucent fr wrote:

Here is a patch for the libpcap interface with Endace DAG boards.
It should solve the following errors, when you are running Wireshark.

Checked in to the main and x.9 branches, with some additional cleanup
of the code that allocates and frees the buffer for the device path
name.  Check whether it works - I don't have a platform with DAG
support handy.
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.




-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.


Current thread: