diff options
Diffstat (limited to 'net-analyzer/tcpdump/files/tcpdump-3.9.5-print-802_11.c.diff')
-rw-r--r-- | net-analyzer/tcpdump/files/tcpdump-3.9.5-print-802_11.c.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/tcpdump/files/tcpdump-3.9.5-print-802_11.c.diff b/net-analyzer/tcpdump/files/tcpdump-3.9.5-print-802_11.c.diff deleted file mode 100644 index a1f107dc7c70..000000000000 --- a/net-analyzer/tcpdump/files/tcpdump-3.9.5-print-802_11.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- tcpdump/print-802_11.c 2006/06/13 22:25:30 1.42 -+++ tcpdump/print-802_11.c 2007/02/01 02:18:18 1.43 -@@ -264,7 +264,7 @@ - - if (pbody->tim.length <= 3) - break; -- if (pbody->rates.length > sizeof pbody->tim.bitmap) -+ if (pbody->tim.length - 3 > sizeof pbody->tim.bitmap) - return; - if (!TTEST2(*(p + offset), pbody->tim.length - 3)) - return; |