Deleted Added
full compact
pcap.c (235426) pcap.c (241231)
1/*
2 * Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998
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 the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

782 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
783 DLT_CHOICE(DLT_IEEE802_11, "802.11"),
784 DLT_CHOICE(DLT_FRELAY, "Frame Relay"),
785 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
786 DLT_CHOICE(DLT_ENC, "OpenBSD encapsulated IP"),
787 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
788 DLT_CHOICE(DLT_LTALK, "Localtalk"),
789 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
1/*
2 * Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998
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 the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

782 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
783 DLT_CHOICE(DLT_IEEE802_11, "802.11"),
784 DLT_CHOICE(DLT_FRELAY, "Frame Relay"),
785 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
786 DLT_CHOICE(DLT_ENC, "OpenBSD encapsulated IP"),
787 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
788 DLT_CHOICE(DLT_LTALK, "Localtalk"),
789 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
790 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
790 DLT_CHOICE(DLT_PRISM_HEADER, "802.11 plus Prism header"),
791 DLT_CHOICE(DLT_IP_OVER_FC, "RFC 2625 IP-over-Fibre Channel"),
792 DLT_CHOICE(DLT_SUNATM, "Sun raw ATM"),
793 DLT_CHOICE(DLT_IEEE802_11_RADIO, "802.11 plus radiotap header"),
794 DLT_CHOICE(DLT_ARCNET_LINUX, "Linux ARCNET"),
795 DLT_CHOICE(DLT_JUNIPER_MLPPP, "Juniper Multi-Link PPP"),
796 DLT_CHOICE(DLT_JUNIPER_MLFR, "Juniper Multi-Link Frame Relay"),
797 DLT_CHOICE(DLT_JUNIPER_ES, "Juniper Encryption Services PIC"),

--- 794 unchanged lines hidden ---
791 DLT_CHOICE(DLT_PRISM_HEADER, "802.11 plus Prism header"),
792 DLT_CHOICE(DLT_IP_OVER_FC, "RFC 2625 IP-over-Fibre Channel"),
793 DLT_CHOICE(DLT_SUNATM, "Sun raw ATM"),
794 DLT_CHOICE(DLT_IEEE802_11_RADIO, "802.11 plus radiotap header"),
795 DLT_CHOICE(DLT_ARCNET_LINUX, "Linux ARCNET"),
796 DLT_CHOICE(DLT_JUNIPER_MLPPP, "Juniper Multi-Link PPP"),
797 DLT_CHOICE(DLT_JUNIPER_MLFR, "Juniper Multi-Link Frame Relay"),
798 DLT_CHOICE(DLT_JUNIPER_ES, "Juniper Encryption Services PIC"),

--- 794 unchanged lines hidden ---