Re: [tcpdump-workers] Verbose output of tcpdump on protocols of different

2006-07-27 Thread Hannes Gredler
mikhail, what you are suggesting makes sense and you are welcome to submit a patch ;-) /hannes Mikhail Manuylov wrote: Hello, I need to parse output of tcpdump printing contents of snmp packets and insert to database. First time I thought that output can be explained with some regexps, but w

[tcpdump-workers] Verbose output of tcpdump on protocols of different level

2006-07-26 Thread Mikhail Manuylov
Hello, I need to parse output of tcpdump printing contents of snmp packets and insert to database. First time I thought that output can be explained with some regexps, but when I looked into sources I've suddenly changed my mind and have choosed to yacc. Now I'm writing grammar of tcpdump's outp