]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Fix typo in ulogd_BASE
authorlaforge <laforge>
Sun, 25 Aug 2002 15:43:51 +0000 (15:43 +0000)
committerYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Wed, 21 May 2008 18:56:48 +0000 (03:56 +0900)
(Martin Kähmer)

extensions/ulogd_BASE.c

index 51568be6b580ae819ab8d66ae7db3ef42165af64..b383f8c1ab1c9ce4a6aebf662f84d599ca2e5daa 100644 (file)
@@ -1,4 +1,4 @@
-/* ulogd_MAC.c, Version $Revision: 1.11 $
+/* ulogd_MAC.c, Version $Revision: 1.12 $
  *
  * ulogd interpreter plugin for 
  *     o MAC addresses
@@ -26,7 +26,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
- * $Id: ulogd_BASE.c,v 1.11 2002/04/27 19:45:27 laforge Exp $
+ * $Id: ulogd_BASE.c,v 1.12 2002/06/13 12:55:21 laforge Exp $
  *
  */
 
@@ -194,7 +194,7 @@ static ulog_iret_t tcphdr_rets[] = {
        { NULL, NULL, 0, ULOGD_RET_UINT32, ULOGD_RETF_NONE, "tcp.ackseq", 
                { ui32: 0 } },
        { NULL, NULL, 0, ULOGD_RET_UINT16, ULOGD_RETF_NONE, "tcp.window",
-               { ui32: 0 } },
+               { ui16: 0 } },
        { NULL, NULL, 0, ULOGD_RET_BOOL, ULOGD_RETF_NONE, "tcp.urg", 
                { b: 0 } },
        { NULL, NULL, 0, ULOGD_RET_UINT16, ULOGD_RETF_NONE, "tcp.urgp",