]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-fr.c
add tracefiles for infinite loop testing
[tcpdump] / print-fr.c
index 872a6370dc3f451cd20ce7003f2657d91695cbf8..899a633879865ceb96e0f1122a447de4210d86af 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-       "@(#)$Header: /tcpdump/master/tcpdump/print-fr.c,v 1.17 2003-11-08 09:00:51 guy Exp $ (LBL)";
+static const char rcsid[] _U_ =
+       "@(#)$Header: /tcpdump/master/tcpdump/print-fr.c,v 1.17.2.4 2004-04-02 06:53:51 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -202,7 +202,8 @@ fr_if_print(const struct pcap_pkthdr *h, register const u_char *p)
        u_short extracted_ethertype;
        u_int32_t orgcode;
        register u_short et;
-       int dlci, addr_len;
+       u_int dlci;
+       u_int addr_len;
        u_char nlpid;
        u_int hdr_len;
        char *flags;