Deleted Added
full compact
appletalk.h (127668) appletalk.h (146773)
1/*
2 * Copyright (c) 1988, 1989, 1990, 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

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

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 * AppleTalk protocol formats (courtesy Bill Croft of Stanford/SUMEX).
22 *
1/*
2 * Copyright (c) 1988, 1989, 1990, 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

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

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 * AppleTalk protocol formats (courtesy Bill Croft of Stanford/SUMEX).
22 *
23 * @(#) $Header: /tcpdump/master/tcpdump/appletalk.h,v 1.15 2002/12/11 07:13:49 guy Exp $ (LBL)
23 * @(#) $Header: /tcpdump/master/tcpdump/appletalk.h,v 1.16 2004/05/01 09:41:50 hannes Exp $ (LBL)
24 */
25
26struct LAP {
27 u_int8_t dst;
28 u_int8_t src;
29 u_int8_t type;
30};
31#define lapShortDDP 1 /* short DDP type */

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

62#define ddpWKS 128 /* boundary of DDP well known sockets */
63#define ddpRTMP 1 /* RTMP type */
64#define ddpRTMPrequest 5 /* RTMP request type */
65#define ddpNBP 2 /* NBP type */
66#define ddpATP 3 /* ATP type */
67#define ddpECHO 4 /* ECHO type */
68#define ddpIP 22 /* IP type */
69#define ddpARP 23 /* ARP type */
24 */
25
26struct LAP {
27 u_int8_t dst;
28 u_int8_t src;
29 u_int8_t type;
30};
31#define lapShortDDP 1 /* short DDP type */

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

62#define ddpWKS 128 /* boundary of DDP well known sockets */
63#define ddpRTMP 1 /* RTMP type */
64#define ddpRTMPrequest 5 /* RTMP request type */
65#define ddpNBP 2 /* NBP type */
66#define ddpATP 3 /* ATP type */
67#define ddpECHO 4 /* ECHO type */
68#define ddpIP 22 /* IP type */
69#define ddpARP 23 /* ARP type */
70#define ddpEIGRP 88 /* EIGRP over Appletalk */
70#define ddpKLAP 0x4b /* Kinetics KLAP type */
71
72
73/* AppleTalk Transaction Protocol */
74
75struct atATP {
76 u_int8_t control;
77 u_int8_t bitmap;

--- 90 unchanged lines hidden ---
71#define ddpKLAP 0x4b /* Kinetics KLAP type */
72
73
74/* AppleTalk Transaction Protocol */
75
76struct atATP {
77 u_int8_t control;
78 u_int8_t bitmap;

--- 90 unchanged lines hidden ---