Deleted Added
full compact
21,22c21,23
< * $FreeBSD: head/contrib/libpcap/gencode.h 75110 2001-04-03 04:32:48Z fenner $
< * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.47 2000/11/04 10:09:55 guy Exp $ (LBL)
---
> * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.53 2001/05/10 14:48:02 fenner Exp $ (LBL)
> *
> * $FreeBSD: head/contrib/libpcap/gencode.h 98533 2002-06-21 01:38:14Z fenner $
40,44c41,46
< #define Q_TCP 5
< #define Q_UDP 6
< #define Q_ICMP 7
< #define Q_IGMP 8
< #define Q_IGRP 9
---
> #define Q_SCTP 5
> #define Q_TCP 6
> #define Q_UDP 7
> #define Q_ICMP 8
> #define Q_IGMP 9
> #define Q_IGRP 10
47,52c49,54
< #define Q_ATALK 10
< #define Q_DECNET 11
< #define Q_LAT 12
< #define Q_SCA 13
< #define Q_MOPRC 14
< #define Q_MOPDL 15
---
> #define Q_ATALK 11
> #define Q_DECNET 12
> #define Q_LAT 13
> #define Q_SCA 14
> #define Q_MOPRC 15
> #define Q_MOPDL 16
55,58c57,60
< #define Q_IPV6 16
< #define Q_ICMPV6 17
< #define Q_AH 18
< #define Q_ESP 19
---
> #define Q_IPV6 17
> #define Q_ICMPV6 18
> #define Q_AH 19
> #define Q_ESP 20
60c62,63
< #define Q_PIM 20
---
> #define Q_PIM 21
> #define Q_VRRP 22
62c65
< #define Q_AARP 21
---
> #define Q_AARP 23
64,67c67,70
< #define Q_ISO 22
< #define Q_ESIS 23
< #define Q_ISIS 24
< #define Q_CLNP 25
---
> #define Q_ISO 24
> #define Q_ESIS 25
> #define Q_ISIS 26
> #define Q_CLNP 27
68a72,77
> #define Q_STP 28
>
> #define Q_IPX 29
>
> #define Q_NETBEUI 30
>
169a179
> struct block *gen_acode(const u_char *, struct qual);