Deleted Added
full compact
print-fr.c (66644) print-fr.c (127675)
1/*
2 * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 4 unchanged lines hidden (view full) ---

13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14 * the University nor the names of its contributors may be used to endorse
15 * or promote products derived from this software without specific prior
16 * written permission.
17 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
1/*
2 * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 4 unchanged lines hidden (view full) ---

13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14 * the University nor the names of its contributors may be used to endorse
15 * or promote products derived from this software without specific prior
16 * written permission.
17 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
21 * $FreeBSD: head/contrib/tcpdump/print-fr.c 66644 2000-10-05 02:49:49Z kris $
21 * $FreeBSD: head/contrib/tcpdump/print-fr.c 127675 2004-03-31 14:57:24Z bms $
22 */
23
24#ifndef lint
25static char rcsid[] =
26 "@(#)$Header: /home/ncvs/src/contrib/tcpdump/print-fr.c,v 1.1 1997/12/31 21:50:31 pst Exp $ (LBL)";
27#endif
28
29#ifdef PPP

--- 225 unchanged lines hidden (view full) ---

255}
256#else
257#include <sys/types.h>
258#include <sys/time.h>
259
260#include <stdio.h>
261
262#include "interface.h"
22 */
23
24#ifndef lint
25static char rcsid[] =
26 "@(#)$Header: /home/ncvs/src/contrib/tcpdump/print-fr.c,v 1.1 1997/12/31 21:50:31 pst Exp $ (LBL)";
27#endif
28
29#ifdef PPP

--- 225 unchanged lines hidden (view full) ---

255}
256#else
257#include <sys/types.h>
258#include <sys/time.h>
259
260#include <stdio.h>
261
262#include "interface.h"
263void
264fr_if_print(u_char *user, const struct pcap_pkthdr *h, const u_char *p)
263u_int
264fr_if_print(const struct pcap_pkthdr *h, const u_char *p)
265{
266 error("not configured for ppp");
267 /* NOTREACHED */
268}
269#endif
270
271/*
272 * Q.933 decoding portion for framerelay specific.

--- 154 unchanged lines hidden ---
265{
266 error("not configured for ppp");
267 /* NOTREACHED */
268}
269#endif
270
271/*
272 * Q.933 decoding portion for framerelay specific.

--- 154 unchanged lines hidden ---