]> 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 a7841bbe5f3cc942520d252edf4107e1c0473912..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
@@ -310,7 +305,7 @@ rpki_rtr_pdu_print (const u_char *tptr, u_int indent)
 
     /* 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);
     }
 }