]> The Tcpdump Group git mirrors - libpcap/commitdiff
bogus generation of PSNP codepoint for CSNP PDUs
authorhannes <hannes>
Tue, 29 Jul 2003 08:53:51 +0000 (08:53 +0000)
committerhannes <hannes>
Tue, 29 Jul 2003 08:53:51 +0000 (08:53 +0000)
gencode.c

index f8765fb5dcb96ccb32582ff6c49010c3b7e81880..e27a65b12787379b06578d2848e68b0d5f558d2b 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -21,7 +21,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.191 2003-05-02 08:37:43 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.192 2003-07-29 08:53:51 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -2967,8 +2967,8 @@ gen_proto_abbrev(proto)
                break;
 
        case Q_ISIS_CSNP:
-               b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
-               b1 = gen_proto(ISIS_L2_PSNP, Q_ISIS, Q_DEFAULT);
+               b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
+               b1 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
                gen_or(b0, b1);
                break;