This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: parse_tcpdump_log.pl: Add an option to enable debug
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Wed Mar 9 00:52:37 2011 -0300

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 contrib/parse_tcpdump_log.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=bfd3f3c7c93d60c55c1c5b2c1fc1a1426a76d615

diff --git a/contrib/parse_tcpdump_log.pl b/contrib/parse_tcpdump_log.pl
old mode 100644
new mode 100755
index 56882c1..6ddacaf
--- a/contrib/parse_tcpdump_log.pl
+++ b/contrib/parse_tcpdump_log.pl
@@ -2,13 +2,14 @@
 # using cpan, you should install Net::TcpDumpLog
 use Net::TcpDumpLog;
 use strict;
-
+use Getopt::Long;
 
 # Currently, accepts only one usbmon format:
 #      USB with padded Linux header (LINKTYPE_USB_LINUX_MMAPPED)
 # This is the one produced by Beagleboard sniffer GSOC.
 
 my $debug = 0;
+GetOptions('debug' => \$debug);
 
 # Frame format as parsed by libpcap 1.0.0 and 1.1.1. Not sure if format
 # changed on different versions.

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to