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                                                
                                                       
                      <[EMAIL PROTECTED]>                   To:      
[email protected]                                  
                      Sent by:                             cc:                  
                                                       
                      [EMAIL PROTECTED]         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, [EMAIL PROTECTED] 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.

Reply via email to