]>
The Tcpdump Group git mirrors - tcpdump/blob - print-sl.c
2 * Copyright (c) 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997
3 * The Regents of the University of California. All rights reserved.
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
9 * this paragraph in its entirety in the documentation or other materials
10 * provided with the distribution, and (3) all advertising materials mentioning
11 * features or use of this software display the following acknowledgement:
12 * ``This product includes software developed by the University of California,
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
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.
23 static const char rcsid
[] =
24 "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.57 2001-07-05 18:54:17 guy Exp $ (LBL)";
31 #include <sys/param.h>
34 #include <netinet/in.h>
41 #include "interface.h"
42 #include "addrtoname.h"
43 #include "extract.h" /* must come after interface.h */
48 #include "slcompress.h"
50 static u_int lastlen
[2][256];
51 static u_int lastconn
= 255;
53 static void sliplink_print(const u_char
*, const struct ip
*, u_int
);
54 static void compressed_sl_print(const u_char
*, const struct ip
*, u_int
, int);
57 sl_if_print(u_char
*user
, const struct pcap_pkthdr
*h
, const u_char
*p
)
59 register u_int caplen
= h
->caplen
;
60 register u_int length
= h
->len
;
61 register const struct ip
*ip
;
66 if (caplen
< SLIP_HDRLEN
) {
71 * Some printers want to get back at the link level addresses,
72 * and/or check that they're not walking off the end of the packet.
73 * Rather than pass them all the way down, we set these globals.
78 length
-= SLIP_HDRLEN
;
80 ip
= (struct ip
*)(p
+ SLIP_HDRLEN
);
83 sliplink_print(p
, ip
, length
);
87 ip_print((u_char
*)ip
, length
);
91 ip6_print((u_char
*)ip
, length
);
95 printf ("ip v%d", IP_V(ip
));
99 default_print((u_char
*)ip
, caplen
- SLIP_HDRLEN
);
109 sl_bsdos_if_print(u_char
*user
, const struct pcap_pkthdr
*h
, const u_char
*p
)
111 register u_int caplen
= h
->caplen
;
112 register u_int length
= h
->len
;
113 register const struct ip
*ip
;
118 if (caplen
< SLIP_HDRLEN
) {
123 * Some printers want to get back at the link level addresses,
124 * and/or check that they're not walking off the end of the packet.
125 * Rather than pass them all the way down, we set these globals.
128 snapend
= p
+ caplen
;
130 length
-= SLIP_HDRLEN
;
132 ip
= (struct ip
*)(p
+ SLIP_HDRLEN
);
136 sliplink_print(p
, ip
, length
);
139 ip_print((u_char
*)ip
, length
);
142 default_print((u_char
*)ip
, caplen
- SLIP_HDRLEN
);
151 sliplink_print(register const u_char
*p
, register const struct ip
*ip
,
152 register u_int length
)
158 putchar(dir
== SLIPDIR_IN
? 'I' : 'O');
162 /* XXX just dump the header */
165 for (i
= SLX_CHDR
; i
< SLX_CHDR
+ CHDR_LEN
- 1; ++i
)
166 printf("%02x.", p
[i
]);
167 printf("%02x: ", p
[SLX_CHDR
+ CHDR_LEN
- 1]);
170 switch (p
[SLX_CHDR
] & 0xf0) {
173 printf("ip %d: ", length
+ SLIP_HDRLEN
);
176 case TYPE_UNCOMPRESSED_TCP
:
178 * The connection id is stored in the IP protocol field.
179 * Get it from the link layer since sl_uncompress_tcp()
180 * has restored the IP header copy to IPPROTO_TCP.
182 lastconn
= ((struct ip
*)&p
[SLX_CHDR
])->ip_p
;
184 hlen
+= TH_OFF((struct tcphdr
*)&((int *)ip
)[hlen
]);
185 lastlen
[dir
][lastconn
] = length
- (hlen
<< 2);
186 printf("utcp %d: ", lastconn
);
190 if (p
[SLX_CHDR
] & TYPE_COMPRESSED_TCP
) {
191 compressed_sl_print(&p
[SLX_CHDR
], ip
,
195 printf("slip-%d!: ", p
[SLX_CHDR
]);
199 static const u_char
*
200 print_sl_change(const char *str
, register const u_char
*cp
)
204 if ((i
= *cp
++) == 0) {
205 i
= EXTRACT_16BITS(cp
);
208 printf(" %s%d", str
, i
);
212 static const u_char
*
213 print_sl_winchange(register const u_char
*cp
)
217 if ((i
= *cp
++) == 0) {
218 i
= EXTRACT_16BITS(cp
);
229 compressed_sl_print(const u_char
*chdr
, const struct ip
*ip
,
230 u_int length
, int dir
)
232 register const u_char
*cp
= chdr
;
233 register u_int flags
, hlen
;
238 printf("ctcp %d", lastconn
);
242 /* skip tcp checksum */
245 switch (flags
& SPECIALS_MASK
) {
247 printf(" *SA+%d", lastlen
[dir
][lastconn
]);
251 printf(" *S+%d", lastlen
[dir
][lastconn
]);
256 cp
= print_sl_change("U=", cp
);
258 cp
= print_sl_winchange(cp
);
260 cp
= print_sl_change("A+", cp
);
262 cp
= print_sl_change("S+", cp
);
266 cp
= print_sl_change("I+", cp
);
269 * 'hlen' is the length of the uncompressed TCP/IP header (in words).
270 * 'cp - chdr' is the length of the compressed header.
271 * 'length - hlen' is the amount of data in the packet.
274 hlen
+= TH_OFF((struct tcphdr
*)&((int32_t *)ip
)[hlen
]);
275 lastlen
[dir
][lastconn
] = length
- (hlen
<< 2);
276 printf(" %d (%ld)", lastlen
[dir
][lastconn
], (long)(cp
- chdr
));