]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rpki-rtr.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-rpki-rtr.c
index c705c0506d8d64b1fe6989f24237a40584ad3b50..5e4e453975811c0aab4e5526d47d85eaf2cc52f9 100644 (file)
  * Original code by Hannes Gredler ([email protected])
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-"@(#) $Header: /tcpdump/master/tcpdump/print-rpki_rtr.c,v 1.10 2008-03-20 09:30:56 hannes Exp $";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -285,7 +280,7 @@ rpki_rtr_pdu_print (const u_char *tptr, u_int indent)
 
            /*
             * Extract, trail-zero and print the Error message.
-            */ 
+            */
            text_length = 0;
            if (tlen > 4) {
                text_length = EXTRACT_32BITS(tptr);
@@ -304,13 +299,13 @@ rpki_rtr_pdu_print (const u_char *tptr, u_int indent)
 
        /*
         * Unknown data, please hexdump.
-        */ 
+        */
        hexdump = TRUE;
     }
 
     /* do we also want to see a hex dump ? */
     if (vflag > 1 || (vflag && hexdump)) {
-       print_unknown_data(tptr,"\n\t  ", pdu_len);
+       print_unknown_data(gndo,tptr,"\n\t  ", pdu_len);
     }
 }