2 * Redistribution and use in source and binary forms, with or without
3 * modification, are permitted provided that: (1) source code
4 * distributions retain the above copyright notice and this paragraph
5 * in its entirety, and (2) distributions including binary code include
6 * the above copyright notice and this paragraph in its entirety in
7 * the documentation or other materials provided with the distribution.
8 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND
9 * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
10 * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
11 * FOR A PARTICULAR PURPOSE.
13 * Original code by Hannes Gredler (hannes@juniper.net)
17 static const char rcsid
[] _U_
=
18 "@(#) $Header: /tcpdump/master/tcpdump/print-rsvp.c,v 1.37 2005-07-11 20:15:33 hannes Exp $";
25 #include <tcpdump-stdinc.h>
31 #include "interface.h"
33 #include "addrtoname.h"
34 #include "ethertype.h"
38 * RFC 2205 common header
41 * +-------------+-------------+-------------+-------------+
42 * | Vers | Flags| Msg Type | RSVP Checksum |
43 * +-------------+-------------+-------------+-------------+
44 * | Send_TTL | (Reserved) | RSVP Length |
45 * +-------------+-------------+-------------+-------------+
49 struct rsvp_common_header
{
50 u_int8_t version_flags
;
59 * RFC2205 object header
63 * +-------------+-------------+-------------+-------------+
64 * | Length (bytes) | Class-Num | C-Type |
65 * +-------------+-------------+-------------+-------------+
67 * // (Object contents) //
69 * +-------------+-------------+-------------+-------------+
72 struct rsvp_object_header
{
78 #define RSVP_VERSION 1
79 #define RSVP_EXTRACT_VERSION(x) (((x)&0xf0)>>4)
80 #define RSVP_EXTRACT_FLAGS(x) ((x)&0x0f)
82 #define RSVP_MSGTYPE_PATH 1
83 #define RSVP_MSGTYPE_RESV 2
84 #define RSVP_MSGTYPE_PATHERR 3
85 #define RSVP_MSGTYPE_RESVERR 4
86 #define RSVP_MSGTYPE_PATHTEAR 5
87 #define RSVP_MSGTYPE_RESVTEAR 6
88 #define RSVP_MSGTYPE_RESVCONF 7
89 #define RSVP_MSGTYPE_AGGREGATE 12
90 #define RSVP_MSGTYPE_ACK 13
91 #define RSVP_MSGTYPE_HELLO_OLD 14 /* ancient Hellos */
92 #define RSVP_MSGTYPE_SREFRESH 15
93 #define RSVP_MSGTYPE_HELLO 20
95 static const struct tok rsvp_msg_type_values
[] = {
96 { RSVP_MSGTYPE_PATH
, "Path" },
97 { RSVP_MSGTYPE_RESV
, "Resv" },
98 { RSVP_MSGTYPE_PATHERR
, "PathErr" },
99 { RSVP_MSGTYPE_RESVERR
, "ResvErr" },
100 { RSVP_MSGTYPE_PATHTEAR
, "PathTear" },
101 { RSVP_MSGTYPE_RESVTEAR
, "ResvTear" },
102 { RSVP_MSGTYPE_RESVCONF
, "ResvConf" },
103 { RSVP_MSGTYPE_AGGREGATE
, "Aggregate" },
104 { RSVP_MSGTYPE_ACK
, "Acknowledgement" },
105 { RSVP_MSGTYPE_HELLO_OLD
, "Hello (Old)" },
106 { RSVP_MSGTYPE_SREFRESH
, "Refresh" },
107 { RSVP_MSGTYPE_HELLO
, "Hello" },
111 static const struct tok rsvp_header_flag_values
[] = {
112 { 0x01, "Refresh reduction capable" }, /* rfc2961 */
116 #define RSVP_OBJ_SESSION 1 /* rfc2205 */
117 #define RSVP_OBJ_RSVP_HOP 3 /* rfc2205, rfc3473 */
118 #define RSVP_OBJ_INTEGRITY 4
119 #define RSVP_OBJ_TIME_VALUES 5 /* rfc2205 */
120 #define RSVP_OBJ_ERROR_SPEC 6
121 #define RSVP_OBJ_SCOPE 7
122 #define RSVP_OBJ_STYLE 8 /* rfc2205 */
123 #define RSVP_OBJ_FLOWSPEC 9 /* rfc2215 */
124 #define RSVP_OBJ_FILTERSPEC 10 /* rfc2215 */
125 #define RSVP_OBJ_SENDER_TEMPLATE 11
126 #define RSVP_OBJ_SENDER_TSPEC 12 /* rfc2215 */
127 #define RSVP_OBJ_ADSPEC 13 /* rfc2215 */
128 #define RSVP_OBJ_POLICY_DATA 14
129 #define RSVP_OBJ_CONFIRM 15 /* rfc2205 */
130 #define RSVP_OBJ_LABEL 16 /* rfc3209 */
131 #define RSVP_OBJ_LABEL_REQ 19 /* rfc3209 */
132 #define RSVP_OBJ_ERO 20 /* rfc3209 */
133 #define RSVP_OBJ_RRO 21 /* rfc3209 */
134 #define RSVP_OBJ_HELLO 22 /* rfc3209 */
135 #define RSVP_OBJ_MESSAGE_ID 23
136 #define RSVP_OBJ_MESSAGE_ID_ACK 24
137 #define RSVP_OBJ_MESSAGE_ID_LIST 25
138 #define RSVP_OBJ_RECOVERY_LABEL 34 /* rfc3473 */
139 #define RSVP_OBJ_UPSTREAM_LABEL 35 /* rfc3473 */
140 #define RSVP_OBJ_LABEL_SET 36 /* rfc3473 */
141 #define RSVP_OBJ_PROTECTION 37 /* rfc3473 */
142 #define RSVP_OBJ_DETOUR 63 /* draft-ietf-mpls-rsvp-lsp-fastreroute-01 */
143 #define RSVP_OBJ_CLASSTYPE 125 /* draft-ietf-tewg-diff-te-proto-07 */
144 #define RSVP_OBJ_SUGGESTED_LABEL 129 /* rfc3473 */
145 #define RSVP_OBJ_ACCEPT_LABEL_SET 130 /* rfc3473 */
146 #define RSVP_OBJ_RESTART_CAPABILITY 131 /* rfc3473 */
147 #define RSVP_OBJ_NOTIFY_REQ 195 /* rfc3473 */
148 #define RSVP_OBJ_ADMIN_STATUS 196 /* rfc3473 */
149 #define RSVP_OBJ_PROPERTIES 204 /* juniper proprietary */
150 #define RSVP_OBJ_FASTREROUTE 205 /* draft-ietf-mpls-rsvp-lsp-fastreroute-01 */
151 #define RSVP_OBJ_SESSION_ATTRIBUTE 207 /* rfc3209 */
152 #define RSVP_OBJ_CALL_ID 230 /* rfc3474 */
153 #define RSVP_OBJ_CALL_OPS 236 /* rfc3474 */
155 static const struct tok rsvp_obj_values
[] = {
156 { RSVP_OBJ_SESSION
, "Session" },
157 { RSVP_OBJ_RSVP_HOP
, "RSVP Hop" },
158 { RSVP_OBJ_INTEGRITY
, "Integrity" },
159 { RSVP_OBJ_TIME_VALUES
, "Time Values" },
160 { RSVP_OBJ_ERROR_SPEC
, "Error Spec" },
161 { RSVP_OBJ_SCOPE
, "Scope" },
162 { RSVP_OBJ_STYLE
, "Style" },
163 { RSVP_OBJ_FLOWSPEC
, "Flowspec" },
164 { RSVP_OBJ_FILTERSPEC
, "FilterSpec" },
165 { RSVP_OBJ_SENDER_TEMPLATE
, "Sender Template" },
166 { RSVP_OBJ_SENDER_TSPEC
, "Sender TSpec" },
167 { RSVP_OBJ_ADSPEC
, "Adspec" },
168 { RSVP_OBJ_POLICY_DATA
, "Policy Data" },
169 { RSVP_OBJ_CONFIRM
, "Confirm" },
170 { RSVP_OBJ_LABEL
, "Label" },
171 { RSVP_OBJ_LABEL_REQ
, "Label Request" },
172 { RSVP_OBJ_ERO
, "ERO" },
173 { RSVP_OBJ_RRO
, "RRO" },
174 { RSVP_OBJ_HELLO
, "Hello" },
175 { RSVP_OBJ_MESSAGE_ID
, "Message ID" },
176 { RSVP_OBJ_MESSAGE_ID_ACK
, "Message ID Ack" },
177 { RSVP_OBJ_MESSAGE_ID_LIST
, "Message ID List" },
178 { RSVP_OBJ_RECOVERY_LABEL
, "Recovery Label" },
179 { RSVP_OBJ_UPSTREAM_LABEL
, "Upstream Label" },
180 { RSVP_OBJ_LABEL_SET
, "Label Set" },
181 { RSVP_OBJ_ACCEPT_LABEL_SET
, "Acceptable Label Set" },
182 { RSVP_OBJ_DETOUR
, "Detour" },
183 { RSVP_OBJ_CLASSTYPE
, "Class Type" },
184 { RSVP_OBJ_SUGGESTED_LABEL
, "Suggested Label" },
185 { RSVP_OBJ_PROPERTIES
, "Properties" },
186 { RSVP_OBJ_FASTREROUTE
, "Fast Re-Route" },
187 { RSVP_OBJ_SESSION_ATTRIBUTE
, "Session Attribute" },
188 { RSVP_OBJ_CALL_ID
, "Call-ID" },
189 { RSVP_OBJ_CALL_OPS
, "Call Capability" },
190 { RSVP_OBJ_RESTART_CAPABILITY
, "Restart Capability" },
191 { RSVP_OBJ_NOTIFY_REQ
, "Notify Request" },
192 { RSVP_OBJ_PROTECTION
, "Protection" },
193 { RSVP_OBJ_ADMIN_STATUS
, "Administrative Status" },
197 #define RSVP_CTYPE_IPV4 1
198 #define RSVP_CTYPE_IPV6 2
199 #define RSVP_CTYPE_TUNNEL_IPV4 7
200 #define RSVP_CTYPE_TUNNEL_IPV6 8
201 #define RSVP_CTYPE_1 1
202 #define RSVP_CTYPE_2 2
203 #define RSVP_CTYPE_3 3
204 #define RSVP_CTYPE_4 4
207 * the ctypes are not globally unique so for
208 * translating it to strings we build a table based
209 * on objects offsetted by the ctype
212 static const struct tok rsvp_ctype_values
[] = {
213 { 256*RSVP_OBJ_RSVP_HOP
+RSVP_CTYPE_IPV4
, "IPv4" },
214 { 256*RSVP_OBJ_RSVP_HOP
+RSVP_CTYPE_IPV6
, "IPv6" },
215 { 256*RSVP_OBJ_RSVP_HOP
+RSVP_CTYPE_3
, "IPv4 plus opt. TLVs" },
216 { 256*RSVP_OBJ_RSVP_HOP
+RSVP_CTYPE_4
, "IPv6 plus opt. TLVs" },
217 { 256*RSVP_OBJ_NOTIFY_REQ
+RSVP_CTYPE_IPV4
, "IPv4" },
218 { 256*RSVP_OBJ_NOTIFY_REQ
+RSVP_CTYPE_IPV6
, "IPv6" },
219 { 256*RSVP_OBJ_CONFIRM
+RSVP_CTYPE_IPV4
, "IPv4" },
220 { 256*RSVP_OBJ_CONFIRM
+RSVP_CTYPE_IPV6
, "IPv6" },
221 { 256*RSVP_OBJ_TIME_VALUES
+RSVP_CTYPE_1
, "1" },
222 { 256*RSVP_OBJ_FLOWSPEC
+RSVP_CTYPE_1
, "obsolete" },
223 { 256*RSVP_OBJ_FLOWSPEC
+RSVP_CTYPE_2
, "IntServ" },
224 { 256*RSVP_OBJ_SENDER_TSPEC
+RSVP_CTYPE_2
, "IntServ" },
225 { 256*RSVP_OBJ_ADSPEC
+RSVP_CTYPE_2
, "IntServ" },
226 { 256*RSVP_OBJ_FILTERSPEC
+RSVP_CTYPE_IPV4
, "IPv4" },
227 { 256*RSVP_OBJ_FILTERSPEC
+RSVP_CTYPE_IPV6
, "IPv6" },
228 { 256*RSVP_OBJ_FILTERSPEC
+RSVP_CTYPE_3
, "IPv6 Flow-label" },
229 { 256*RSVP_OBJ_FILTERSPEC
+RSVP_CTYPE_TUNNEL_IPV4
, "Tunnel IPv4" },
230 { 256*RSVP_OBJ_SESSION
+RSVP_CTYPE_IPV4
, "IPv4" },
231 { 256*RSVP_OBJ_SESSION
+RSVP_CTYPE_IPV6
, "IPv6" },
232 { 256*RSVP_OBJ_SESSION
+RSVP_CTYPE_TUNNEL_IPV4
, "Tunnel IPv4" },
233 { 256*RSVP_OBJ_SENDER_TEMPLATE
+RSVP_CTYPE_IPV4
, "IPv4" },
234 { 256*RSVP_OBJ_SENDER_TEMPLATE
+RSVP_CTYPE_IPV6
, "IPv6" },
235 { 256*RSVP_OBJ_SENDER_TEMPLATE
+RSVP_CTYPE_TUNNEL_IPV4
, "Tunnel IPv4" },
236 { 256*RSVP_OBJ_MESSAGE_ID
+RSVP_CTYPE_1
, "1" },
237 { 256*RSVP_OBJ_MESSAGE_ID_ACK
+RSVP_CTYPE_1
, "1" },
238 { 256*RSVP_OBJ_MESSAGE_ID_LIST
+RSVP_CTYPE_1
, "1" },
239 { 256*RSVP_OBJ_STYLE
+RSVP_CTYPE_1
, "1" },
240 { 256*RSVP_OBJ_HELLO
+RSVP_CTYPE_1
, "Hello Request" },
241 { 256*RSVP_OBJ_HELLO
+RSVP_CTYPE_2
, "Hello Ack" },
242 { 256*RSVP_OBJ_LABEL_REQ
+RSVP_CTYPE_1
, "without label range" },
243 { 256*RSVP_OBJ_LABEL_REQ
+RSVP_CTYPE_2
, "with ATM label range" },
244 { 256*RSVP_OBJ_LABEL_REQ
+RSVP_CTYPE_3
, "with FR label range" },
245 { 256*RSVP_OBJ_LABEL_REQ
+RSVP_CTYPE_4
, "Generalized Label" },
246 { 256*RSVP_OBJ_LABEL
+RSVP_CTYPE_1
, "Label" },
247 { 256*RSVP_OBJ_LABEL
+RSVP_CTYPE_2
, "Generalized Label" },
248 { 256*RSVP_OBJ_LABEL
+RSVP_CTYPE_3
, "Waveband Switching" },
249 { 256*RSVP_OBJ_SUGGESTED_LABEL
+RSVP_CTYPE_1
, "Label" },
250 { 256*RSVP_OBJ_SUGGESTED_LABEL
+RSVP_CTYPE_2
, "Generalized Label" },
251 { 256*RSVP_OBJ_SUGGESTED_LABEL
+RSVP_CTYPE_3
, "Waveband Switching" },
252 { 256*RSVP_OBJ_UPSTREAM_LABEL
+RSVP_CTYPE_1
, "Label" },
253 { 256*RSVP_OBJ_UPSTREAM_LABEL
+RSVP_CTYPE_2
, "Generalized Label" },
254 { 256*RSVP_OBJ_UPSTREAM_LABEL
+RSVP_CTYPE_3
, "Waveband Switching" },
255 { 256*RSVP_OBJ_RECOVERY_LABEL
+RSVP_CTYPE_1
, "Label" },
256 { 256*RSVP_OBJ_RECOVERY_LABEL
+RSVP_CTYPE_2
, "Generalized Label" },
257 { 256*RSVP_OBJ_RECOVERY_LABEL
+RSVP_CTYPE_3
, "Waveband Switching" },
258 { 256*RSVP_OBJ_ERO
+RSVP_CTYPE_IPV4
, "IPv4" },
259 { 256*RSVP_OBJ_RRO
+RSVP_CTYPE_IPV4
, "IPv4" },
260 { 256*RSVP_OBJ_ERROR_SPEC
+RSVP_CTYPE_IPV4
, "IPv4" },
261 { 256*RSVP_OBJ_ERROR_SPEC
+RSVP_CTYPE_IPV6
, "IPv6" },
262 { 256*RSVP_OBJ_ERROR_SPEC
+RSVP_CTYPE_3
, "IPv4 plus opt. TLVs" },
263 { 256*RSVP_OBJ_ERROR_SPEC
+RSVP_CTYPE_4
, "IPv6 plus opt. TLVs" },
264 { 256*RSVP_OBJ_RESTART_CAPABILITY
+RSVP_CTYPE_1
, "IPv4" },
265 { 256*RSVP_OBJ_SESSION_ATTRIBUTE
+RSVP_CTYPE_TUNNEL_IPV4
, "Tunnel IPv4" },
266 { 256*RSVP_OBJ_FASTREROUTE
+RSVP_CTYPE_TUNNEL_IPV4
, "Tunnel IPv4" },
267 { 256*RSVP_OBJ_DETOUR
+RSVP_CTYPE_TUNNEL_IPV4
, "Tunnel IPv4" },
268 { 256*RSVP_OBJ_PROPERTIES
+RSVP_CTYPE_1
, "1" },
269 { 256*RSVP_OBJ_CLASSTYPE
+RSVP_CTYPE_1
, "1" },
273 #define RSVP_OBJ_XRO_MASK_SUBOBJ(x) ((x)&0x7f)
274 #define RSVP_OBJ_XRO_MASK_LOOSE(x) ((x)&0x80)
276 #define RSVP_OBJ_XRO_RES 0
277 #define RSVP_OBJ_XRO_IPV4 1
278 #define RSVP_OBJ_XRO_IPV6 2
279 #define RSVP_OBJ_XRO_ASN 32
280 #define RSVP_OBJ_XRO_MPLS 64
282 static const struct tok rsvp_obj_xro_values
[] = {
283 { RSVP_OBJ_XRO_RES
, "Reserved" },
284 { RSVP_OBJ_XRO_IPV4
, "IPv4 prefix" },
285 { RSVP_OBJ_XRO_IPV6
, "IPv6 prefix" },
286 { RSVP_OBJ_XRO_ASN
, "Autonomous system number" },
287 { RSVP_OBJ_XRO_MPLS
, "MPLS label switched path termination" },
291 /* draft-ietf-mpls-rsvp-lsp-fastreroute-02.txt */
292 static const struct tok rsvp_obj_rro_flag_values
[] = {
293 { 0x01, "Local protection available" },
294 { 0x02, "Local protection in use" },
295 { 0x04, "Bandwidth protection" },
296 { 0x08, "Node protection" },
300 static const struct tok rsvp_resstyle_values
[] = {
301 { 17, "Wildcard Filter" },
302 { 10, "Fixed Filter" },
303 { 18, "Shared Explicit" },
307 #define RSVP_OBJ_INTSERV_GUARANTEED_SERV 2
308 #define RSVP_OBJ_INTSERV_CONTROLLED_LOAD 5
310 static const struct tok rsvp_intserv_service_type_values
[] = {
311 { 1, "Default/Global Information" },
312 { RSVP_OBJ_INTSERV_GUARANTEED_SERV
, "Guaranteed Service" },
313 { RSVP_OBJ_INTSERV_CONTROLLED_LOAD
, "Controlled Load" },
317 static const struct tok rsvp_intserv_parameter_id_values
[] = {
319 { 6, "Path b/w estimate" },
320 { 8, "Minimum path latency" },
321 { 10, "Composed MTU" },
322 { 127, "Token Bucket TSpec" },
323 { 130, "Guaranteed Service RSpec" },
324 { 133, "End-to-end composed value for C" },
325 { 134, "End-to-end composed value for D" },
326 { 135, "Since-last-reshaping point composed C" },
327 { 136, "Since-last-reshaping point composed D" },
331 static struct tok rsvp_session_attribute_flag_values
[] = {
332 { 0x01, "Local Protection desired" },
333 { 0x02, "Label Recording desired" },
334 { 0x04, "SE Style desired" },
335 { 0x08, "Bandwidth protection desired" }, /* draft-ietf-mpls-rsvp-lsp-fastreroute-02.txt */
336 { 0x10, "Node protection desired" }, /* draft-ietf-mpls-rsvp-lsp-fastreroute-02.txt */
340 static struct tok rsvp_obj_prop_tlv_values
[] = {
342 { 0x02, "Metric 1" },
343 { 0x04, "Metric 2" },
344 { 0x08, "CCC Status" },
345 { 0x10, "Path Type" },
349 #define RSVP_OBJ_ERROR_SPEC_CODE_ROUTING 24
350 #define RSVP_OBJ_ERROR_SPEC_CODE_NOTIFY 25
351 #define RSVP_OBJ_ERROR_SPEC_CODE_DIFFSERV_TE 125
353 static struct tok rsvp_obj_error_code_values
[] = {
354 { RSVP_OBJ_ERROR_SPEC_CODE_ROUTING
, "Routing Problem" },
355 { RSVP_OBJ_ERROR_SPEC_CODE_NOTIFY
, "Notify Error" },
356 { RSVP_OBJ_ERROR_SPEC_CODE_DIFFSERV_TE
, "Diffserv TE Error" },
360 static struct tok rsvp_obj_error_code_routing_values
[] = {
361 { 1, "Bad EXPLICIT_ROUTE object" },
362 { 2, "Bad strict node" },
363 { 3, "Bad loose node" },
364 { 4, "Bad initial subobject" },
365 { 5, "No route available toward destination" },
366 { 6, "Unacceptable label value" },
367 { 7, "RRO indicated routing loops" },
368 { 8, "non-RSVP-capable router in the path" },
369 { 9, "MPLS label allocation failure" },
370 { 10, "Unsupported L3PID" },
374 static struct tok rsvp_obj_error_code_diffserv_te_values
[] = {
375 { 1, "Unexpected CLASSTYPE object" },
376 { 2, "Unsupported Class-Type" },
377 { 3, "Invalid Class-Type value" },
378 { 4, "Class-Type and setup priority do not form a configured TE-Class" },
379 { 5, "Class-Type and holding priority do not form a configured TE-Class" },
380 { 6, "Inconsistency between signaled PSC and signaled Class-Type" },
381 { 7, "Inconsistency between signaled PHBs and signaled Class-Type" },
389 static int rsvp_intserv_print(const u_char
*, u_short
);
392 * this is a dissector for all the intserv defined
393 * specs as defined per rfc2215
394 * it is called from various rsvp objects;
395 * returns the amount of bytes being processed
398 rsvp_intserv_print(const u_char
*tptr
, u_short obj_tlen
) {
400 int parameter_id
,parameter_length
;
408 parameter_id
= *(tptr
);
409 parameter_length
= EXTRACT_16BITS(tptr
+2)<<2; /* convert wordcount to bytecount */
411 printf("\n\t Parameter ID: %s (%u), length: %u, Flags: [0x%02x]",
412 tok2str(rsvp_intserv_parameter_id_values
,"unknown",parameter_id
),
417 if (obj_tlen
< parameter_length
+4)
419 switch(parameter_id
) { /* parameter_id */
423 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
424 * | 4 (e) | (f) | 1 (g) |
425 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
426 * | IS hop cnt (32-bit unsigned integer) |
427 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
429 if (parameter_length
== 4)
430 printf("\n\t\tIS hop count: %u", EXTRACT_32BITS(tptr
+4));
435 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
436 * | 6 (h) | (i) | 1 (j) |
437 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
438 * | Path b/w estimate (32-bit IEEE floating point number) |
439 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
441 if (parameter_length
== 4) {
442 bw
.i
= EXTRACT_32BITS(tptr
+4);
443 printf("\n\t\tPath b/w estimate: %.10g Mbps", bw
.f
/125000);
449 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
450 * | 8 (k) | (l) | 1 (m) |
451 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
452 * | Minimum path latency (32-bit integer) |
453 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
455 if (parameter_length
== 4) {
456 printf("\n\t\tMinimum path latency: ");
457 if (EXTRACT_32BITS(tptr
+4) == 0xffffffff)
458 printf("don't care");
460 printf("%u", EXTRACT_32BITS(tptr
+4));
467 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
468 * | 10 (n) | (o) | 1 (p) |
469 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
470 * | Composed MTU (32-bit unsigned integer) |
471 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
473 if (parameter_length
== 4)
474 printf("\n\t\tComposed MTU: %u bytes", EXTRACT_32BITS(tptr
+4));
478 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
479 * | 127 (e) | 0 (f) | 5 (g) |
480 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
481 * | Token Bucket Rate [r] (32-bit IEEE floating point number) |
482 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
483 * | Token Bucket Size [b] (32-bit IEEE floating point number) |
484 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
485 * | Peak Data Rate [p] (32-bit IEEE floating point number) |
486 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
487 * | Minimum Policed Unit [m] (32-bit integer) |
488 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
489 * | Maximum Packet Size [M] (32-bit integer) |
490 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
493 if (parameter_length
== 20) {
494 bw
.i
= EXTRACT_32BITS(tptr
+4);
495 printf("\n\t\tToken Bucket Rate: %.10g Mbps", bw
.f
/125000);
496 bw
.i
= EXTRACT_32BITS(tptr
+8);
497 printf("\n\t\tToken Bucket Size: %.10g bytes", bw
.f
);
498 bw
.i
= EXTRACT_32BITS(tptr
+12);
499 printf("\n\t\tPeak Data Rate: %.10g Mbps", bw
.f
/125000);
500 printf("\n\t\tMinimum Policed Unit: %u bytes", EXTRACT_32BITS(tptr
+16));
501 printf("\n\t\tMaximum Packet Size: %u bytes", EXTRACT_32BITS(tptr
+20));
507 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
508 * | 130 (h) | 0 (i) | 2 (j) |
509 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
510 * | Rate [R] (32-bit IEEE floating point number) |
511 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
512 * | Slack Term [S] (32-bit integer) |
513 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
516 if (parameter_length
== 8) {
517 bw
.i
= EXTRACT_32BITS(tptr
+4);
518 printf("\n\t\tRate: %.10g Mbps", bw
.f
/125000);
519 printf("\n\t\tSlack Term: %u", EXTRACT_32BITS(tptr
+8));
527 if (parameter_length
== 4)
528 printf("\n\t\tValue: %u", EXTRACT_32BITS(tptr
+4));
533 print_unknown_data(tptr
+4,"\n\t\t",parameter_length
);
535 return (parameter_length
+4); /* header length 4 bytes */
539 rsvp_obj_print (const u_char
*tptr
, const char *ident
, u_int tlen
) {
541 const struct rsvp_object_header
*rsvp_obj_header
;
542 const u_char
*obj_tptr
;
543 u_short rsvp_obj_len
,rsvp_obj_ctype
,obj_tlen
,intserv_serv_tlen
;
544 int hexdump
,processed
,padbytes
,error_code
,error_value
,i
;
551 while(tlen
>=sizeof(struct rsvp_object_header
)) {
552 /* did we capture enough for fully decoding the object header ? */
553 if (!TTEST2(*tptr
, sizeof(struct rsvp_object_header
)))
556 rsvp_obj_header
= (const struct rsvp_object_header
*)tptr
;
557 rsvp_obj_len
=EXTRACT_16BITS(rsvp_obj_header
->length
);
558 rsvp_obj_ctype
=rsvp_obj_header
->ctype
;
560 if(rsvp_obj_len
% 4) {
561 printf("%sERROR: object header size %u not a multiple of 4", ident
, rsvp_obj_len
);
564 if(rsvp_obj_len
< sizeof(struct rsvp_object_header
)) {
565 printf("%sERROR: object header too short %u < %lu", ident
, rsvp_obj_len
,
566 (unsigned long)sizeof(const struct rsvp_object_header
));
570 printf("%s%s Object (%u) Flags: [%s",
572 tok2str(rsvp_obj_values
,
574 rsvp_obj_header
->class_num
),
575 rsvp_obj_header
->class_num
,
576 ((rsvp_obj_header
->class_num
)&0x80) ? "ignore" : "reject");
578 if (rsvp_obj_header
->class_num
> 128)
580 ((rsvp_obj_header
->class_num
)&0x40) ? "and forward" : "silently");
582 printf(" if unknown], Class-Type: %s (%u), length: %u",
583 tok2str(rsvp_ctype_values
,
585 ((rsvp_obj_header
->class_num
)<<8)+rsvp_obj_ctype
),
589 if(tlen
< rsvp_obj_len
) {
590 printf("%sERROR: object goes past end of objects TLV", ident
);
594 obj_tptr
=tptr
+sizeof(struct rsvp_object_header
);
595 obj_tlen
=rsvp_obj_len
-sizeof(struct rsvp_object_header
);
597 /* did we capture enough for fully decoding the object ? */
598 if (!TTEST2(*tptr
, rsvp_obj_len
))
602 switch(rsvp_obj_header
->class_num
) {
603 case RSVP_OBJ_SESSION
:
604 switch(rsvp_obj_ctype
) {
605 case RSVP_CTYPE_IPV4
:
608 printf("%s IPv4 DestAddress: %s, Protocol ID: 0x%02x",
610 ipaddr_string(obj_tptr
),
611 *(obj_tptr
+sizeof(struct in_addr
)));
612 printf("%s Flags: [0x%02x], DestPort %u",
615 EXTRACT_16BITS(obj_tptr
+6));
620 case RSVP_CTYPE_IPV6
:
623 printf("%s IPv6 DestAddress: %s, Protocol ID: 0x%02x",
625 ip6addr_string(obj_tptr
),
626 *(obj_tptr
+sizeof(struct in6_addr
)));
627 printf("%s Flags: [0x%02x], DestPort %u",
629 *(obj_tptr
+sizeof(struct in6_addr
)+1),
630 EXTRACT_16BITS(obj_tptr
+sizeof(struct in6_addr
)+2));
635 case RSVP_CTYPE_TUNNEL_IPV6
:
638 printf("%s IPv6 Tunnel EndPoint: %s, Tunnel ID: 0x%04x, Extended Tunnel ID: %s",
640 ip6addr_string(obj_tptr
),
641 EXTRACT_16BITS(obj_tptr
+18),
642 ip6addr_string(obj_tptr
+20));
647 case RSVP_CTYPE_TUNNEL_IPV4
:
650 printf("%s IPv4 Tunnel EndPoint: %s, Tunnel ID: 0x%04x, Extended Tunnel ID: %s",
652 ipaddr_string(obj_tptr
),
653 EXTRACT_16BITS(obj_tptr
+6),
654 ipaddr_string(obj_tptr
+8));
663 case RSVP_OBJ_CONFIRM
:
664 switch(rsvp_obj_ctype
) {
665 case RSVP_CTYPE_IPV4
:
666 if (obj_tlen
< sizeof(struct in_addr
))
668 printf("%s IPv4 Receiver Address: %s",
670 ipaddr_string(obj_tptr
));
671 obj_tlen
-=sizeof(struct in_addr
);
672 obj_tptr
+=sizeof(struct in_addr
);
675 case RSVP_CTYPE_IPV6
:
676 if (obj_tlen
< sizeof(struct in6_addr
))
678 printf("%s IPv6 Receiver Address: %s",
680 ip6addr_string(obj_tptr
));
681 obj_tlen
-=sizeof(struct in6_addr
);
682 obj_tptr
+=sizeof(struct in6_addr
);
690 case RSVP_OBJ_NOTIFY_REQ
:
691 switch(rsvp_obj_ctype
) {
692 case RSVP_CTYPE_IPV4
:
693 if (obj_tlen
< sizeof(struct in_addr
))
695 printf("%s IPv4 Notify Node Address: %s",
697 ipaddr_string(obj_tptr
));
698 obj_tlen
-=sizeof(struct in_addr
);
699 obj_tptr
+=sizeof(struct in_addr
);
702 case RSVP_CTYPE_IPV6
:
703 if (obj_tlen
< sizeof(struct in6_addr
))
705 printf("%s IPv6 Notify Node Address: %s",
707 ip6addr_string(obj_tptr
));
708 obj_tlen
-=sizeof(struct in6_addr
);
709 obj_tptr
+=sizeof(struct in6_addr
);
717 case RSVP_OBJ_SUGGESTED_LABEL
: /* fall through */
718 case RSVP_OBJ_UPSTREAM_LABEL
: /* fall through */
719 case RSVP_OBJ_RECOVERY_LABEL
: /* fall through */
721 switch(rsvp_obj_ctype
) {
723 while(obj_tlen
>= 4 ) {
724 printf("%s Label: %u", ident
, EXTRACT_32BITS(obj_tptr
));
732 printf("%s Generalized Label: %u",
734 EXTRACT_32BITS(obj_tptr
));
741 printf("%s Waveband ID: %u%s Start Label: %u, Stop Label: %u",
743 EXTRACT_32BITS(obj_tptr
),
745 EXTRACT_32BITS(obj_tptr
+4),
746 EXTRACT_32BITS(obj_tptr
+8));
756 switch(rsvp_obj_ctype
) {
760 printf("%s Reservation Style: %s, Flags: [0x%02x]",
762 tok2str(rsvp_resstyle_values
,
764 EXTRACT_24BITS(obj_tptr
+1)),
774 case RSVP_OBJ_SENDER_TEMPLATE
:
775 switch(rsvp_obj_ctype
) {
776 case RSVP_CTYPE_IPV4
:
779 printf("%s Source Address: %s, Source Port: %u",
781 ipaddr_string(obj_tptr
),
782 EXTRACT_16BITS(obj_tptr
+6));
787 case RSVP_CTYPE_IPV6
:
790 printf("%s Source Address: %s, Source Port: %u",
792 ip6addr_string(obj_tptr
),
793 EXTRACT_16BITS(obj_tptr
+18));
798 case RSVP_CTYPE_TUNNEL_IPV4
:
801 printf("%s IPv4 Tunnel Sender Address: %s, LSP-ID: 0x%04x",
803 ipaddr_string(obj_tptr
),
804 EXTRACT_16BITS(obj_tptr
+6));
813 case RSVP_OBJ_LABEL_REQ
:
814 switch(rsvp_obj_ctype
) {
816 while(obj_tlen
>= 4 ) {
817 printf("%s L3 Protocol ID: %s",
819 tok2str(ethertype_values
,
820 "Unknown Protocol (0x%04x)",
821 EXTRACT_16BITS(obj_tptr
+2)));
829 printf("%s L3 Protocol ID: %s",
831 tok2str(ethertype_values
,
832 "Unknown Protocol (0x%04x)",
833 EXTRACT_16BITS(obj_tptr
+2)));
834 printf(",%s merge capability",((*(obj_tptr
+4))&0x80) ? "no" : "" );
835 printf("%s Minimum VPI/VCI: %u/%u",
837 (EXTRACT_16BITS(obj_tptr
+4))&0xfff,
838 (EXTRACT_16BITS(obj_tptr
+6))&0xfff);
839 printf("%s Maximum VPI/VCI: %u/%u",
841 (EXTRACT_16BITS(obj_tptr
+8))&0xfff,
842 (EXTRACT_16BITS(obj_tptr
+10))&0xfff);
849 printf("%s L3 Protocol ID: %s",
851 tok2str(ethertype_values
,
852 "Unknown Protocol (0x%04x)",
853 EXTRACT_16BITS(obj_tptr
+2)));
854 printf("%s Minimum/Maximum DLCI: %u/%u, %s%s bit DLCI",
856 (EXTRACT_32BITS(obj_tptr
+4))&0x7fffff,
857 (EXTRACT_32BITS(obj_tptr
+8))&0x7fffff,
858 (((EXTRACT_16BITS(obj_tptr
+4)>>7)&3) == 0 ) ? "10" : "",
859 (((EXTRACT_16BITS(obj_tptr
+4)>>7)&3) == 2 ) ? "23" : "");
866 printf("%s LSP Encoding Type: %s (%u)",
868 tok2str(gmpls_encoding_values
,
872 printf("%s Switching Type: %s (%u), Payload ID: %s (0x%04x)",
874 tok2str(gmpls_switch_cap_values
,
878 tok2str(gmpls_payload_values
,
880 EXTRACT_16BITS(obj_tptr
+2)),
881 EXTRACT_16BITS(obj_tptr
+2));
892 switch(rsvp_obj_ctype
) {
893 case RSVP_CTYPE_IPV4
:
894 while(obj_tlen
>= 4 ) {
895 printf("%s Subobject Type: %s, length %u",
897 tok2str(rsvp_obj_xro_values
,
899 RSVP_OBJ_XRO_MASK_SUBOBJ(*obj_tptr
)),
902 if (*(obj_tptr
+1) == 0) { /* prevent infinite loops */
903 printf("%s ERROR: zero length ERO subtype",ident
);
907 switch(RSVP_OBJ_XRO_MASK_SUBOBJ(*obj_tptr
)) {
908 case RSVP_OBJ_XRO_IPV4
:
909 printf(", %s, %s/%u, Flags: [%s]",
910 RSVP_OBJ_XRO_MASK_LOOSE(*obj_tptr
) ? "Loose" : "Strict",
911 ipaddr_string(obj_tptr
+2),
913 bittok2str(rsvp_obj_rro_flag_values
,
915 *(obj_tptr
+7))); /* rfc3209 says that this field is rsvd. */
917 obj_tlen
-=*(obj_tptr
+1);
918 obj_tptr
+=*(obj_tptr
+1);
927 switch(rsvp_obj_ctype
) {
932 printf("%s Source Instance: 0x%08x, Destination Instance: 0x%08x",
934 EXTRACT_32BITS(obj_tptr
),
935 EXTRACT_32BITS(obj_tptr
+4));
944 case RSVP_OBJ_RESTART_CAPABILITY
:
945 switch(rsvp_obj_ctype
) {
949 printf("%s Restart Time: %ums, Recovery Time: %ums",
951 EXTRACT_32BITS(obj_tptr
),
952 EXTRACT_32BITS(obj_tptr
+4));
961 case RSVP_OBJ_SESSION_ATTRIBUTE
:
962 switch(rsvp_obj_ctype
) {
963 case RSVP_CTYPE_TUNNEL_IPV4
:
966 namelen
= *(obj_tptr
+3);
967 if (obj_tlen
< 4+namelen
)
969 printf("%s Session Name: ", ident
);
970 for (i
= 0; i
< namelen
; i
++)
971 safeputchar(*(obj_tptr
+4+i
));
972 printf("%s Setup Priority: %u, Holding Priority: %u, Flags: [%s]",
976 tok2str(rsvp_session_attribute_flag_values
,
980 obj_tlen
-=4+*(obj_tptr
+3);
981 obj_tptr
+=4+*(obj_tptr
+3);
988 case RSVP_OBJ_RSVP_HOP
:
989 switch(rsvp_obj_ctype
) {
990 case RSVP_CTYPE_3
: /* fall through - FIXME add TLV parser */
991 case RSVP_CTYPE_IPV4
:
994 printf("%s Previous/Next Interface: %s, Logical Interface Handle: 0x%08x",
996 ipaddr_string(obj_tptr
),
997 EXTRACT_32BITS(obj_tptr
+4));
1000 hexdump
=TRUE
; /* unless we have a TLV parser lets just hexdump */
1003 case RSVP_CTYPE_4
: /* fall through - FIXME add TLV parser */
1004 case RSVP_CTYPE_IPV6
:
1007 printf("%s Previous/Next Interface: %s, Logical Interface Handle: 0x%08x",
1009 ip6addr_string(obj_tptr
),
1010 EXTRACT_32BITS(obj_tptr
+16));
1013 hexdump
=TRUE
; /* unless we have a TLV parser lets just hexdump */
1021 case RSVP_OBJ_TIME_VALUES
:
1022 switch(rsvp_obj_ctype
) {
1026 printf("%s Refresh Period: %ums",
1028 EXTRACT_32BITS(obj_tptr
));
1037 /* those three objects do share the same semantics */
1038 case RSVP_OBJ_SENDER_TSPEC
:
1039 case RSVP_OBJ_ADSPEC
:
1040 case RSVP_OBJ_FLOWSPEC
:
1041 switch(rsvp_obj_ctype
) {
1045 printf("%s Msg-Version: %u, length: %u",
1047 (*obj_tptr
& 0xf0) >> 4,
1048 EXTRACT_16BITS(obj_tptr
+2)<<2);
1049 obj_tptr
+=4; /* get to the start of the service header */
1052 while (obj_tlen
>= 4) {
1053 intserv_serv_tlen
=EXTRACT_16BITS(obj_tptr
+2)<<2;
1054 printf("%s Service Type: %s (%u), break bit %s set, Service length: %u",
1056 tok2str(rsvp_intserv_service_type_values
,"unknown",*(obj_tptr
)),
1058 (*(obj_tptr
+1)&0x80) ? "" : "not",
1061 obj_tptr
+=4; /* get to the start of the parameter list */
1064 while (intserv_serv_tlen
>=4) {
1065 processed
= rsvp_intserv_print(obj_tptr
, obj_tlen
);
1068 obj_tlen
-=processed
;
1069 intserv_serv_tlen
-=processed
;
1070 obj_tptr
+=processed
;
1079 case RSVP_OBJ_FILTERSPEC
:
1080 switch(rsvp_obj_ctype
) {
1081 case RSVP_CTYPE_IPV4
:
1084 printf("%s Source Address: %s, Source Port: %u",
1086 ipaddr_string(obj_tptr
),
1087 EXTRACT_16BITS(obj_tptr
+6));
1092 case RSVP_CTYPE_IPV6
:
1095 printf("%s Source Address: %s, Source Port: %u",
1097 ip6addr_string(obj_tptr
),
1098 EXTRACT_16BITS(obj_tptr
+18));
1105 printf("%s Source Address: %s, Flow Label: %u",
1107 ip6addr_string(obj_tptr
),
1108 EXTRACT_24BITS(obj_tptr
+17));
1112 case RSVP_CTYPE_TUNNEL_IPV6
:
1115 printf("%s Source Address: %s, LSP-ID: 0x%04x",
1117 ipaddr_string(obj_tptr
),
1118 EXTRACT_16BITS(obj_tptr
+18));
1123 case RSVP_CTYPE_TUNNEL_IPV4
:
1126 printf("%s Source Address: %s, LSP-ID: 0x%04x",
1128 ipaddr_string(obj_tptr
),
1129 EXTRACT_16BITS(obj_tptr
+6));
1138 case RSVP_OBJ_FASTREROUTE
:
1139 switch(rsvp_obj_ctype
) {
1140 case RSVP_CTYPE_TUNNEL_IPV4
:
1143 bw
.i
= EXTRACT_32BITS(obj_tptr
+4);
1144 printf("%s Setup Priority: %u, Holding Priority: %u, Hop-limit: %u, Bandwidth: %.10g Mbps",
1150 printf("%s Include Colors: 0x%08x, Exclude Colors: 0x%08x",
1152 EXTRACT_32BITS(obj_tptr
+8),
1153 EXTRACT_32BITS(obj_tptr
+12));
1162 case RSVP_OBJ_DETOUR
:
1163 switch(rsvp_obj_ctype
) {
1164 case RSVP_CTYPE_TUNNEL_IPV4
:
1165 while(obj_tlen
>= 8) {
1166 printf("%s PLR-ID: %s, Avoid-Node-ID: %s",
1168 ipaddr_string(obj_tptr
),
1169 ipaddr_string(obj_tptr
+4));
1179 case RSVP_OBJ_CLASSTYPE
:
1180 switch(rsvp_obj_ctype
) {
1182 printf("%s Class Type: %u",
1184 EXTRACT_32BITS(obj_tptr
)&0x7);
1193 case RSVP_OBJ_ERROR_SPEC
:
1194 switch(rsvp_obj_ctype
) {
1195 case RSVP_CTYPE_3
: /* fall through - FIXME add TLV parser */
1196 case RSVP_CTYPE_IPV4
:
1199 error_code
=*(obj_tptr
+5);
1200 error_value
=EXTRACT_16BITS(obj_tptr
+6);
1201 printf("%s Error Node Address: %s, Flags: [0x%02x]%s Error Code: %s (%u)",
1203 ipaddr_string(obj_tptr
),
1206 tok2str(rsvp_obj_error_code_values
,"unknown",error_code
),
1208 switch (error_code
) {
1209 case RSVP_OBJ_ERROR_SPEC_CODE_ROUTING
:
1210 printf(", Error Value: %s (%u)",
1211 tok2str(rsvp_obj_error_code_routing_values
,"unknown",error_value
),
1214 case RSVP_OBJ_ERROR_SPEC_CODE_DIFFSERV_TE
:
1215 printf(", Error Value: %s (%u)",
1216 tok2str(rsvp_obj_error_code_diffserv_te_values
,"unknown",error_value
),
1220 printf(", Unknown Error Value (%u)", error_value
);
1227 case RSVP_CTYPE_4
: /* fall through - FIXME add TLV parser */
1228 case RSVP_CTYPE_IPV6
:
1231 error_code
=*(obj_tptr
+17);
1232 error_value
=EXTRACT_16BITS(obj_tptr
+18);
1233 printf("%s Error Node Address: %s, Flags: [0x%02x]%s Error Code: %s (%u)",
1235 ip6addr_string(obj_tptr
),
1238 tok2str(rsvp_obj_error_code_values
,"unknown",error_code
),
1241 switch (error_code
) {
1242 case RSVP_OBJ_ERROR_SPEC_CODE_ROUTING
:
1243 printf(", Error Value: %s (%u)",
1244 tok2str(rsvp_obj_error_code_routing_values
,"unknown",error_value
),
1259 case RSVP_OBJ_PROPERTIES
:
1260 switch(rsvp_obj_ctype
) {
1264 padbytes
= EXTRACT_16BITS(obj_tptr
+2);
1265 printf("%s TLV count: %u, padding bytes: %u",
1267 EXTRACT_16BITS(obj_tptr
),
1271 /* loop through as long there is anything longer than the TLV header (2) */
1272 while(obj_tlen
>= 2 + padbytes
) {
1273 printf("%s %s TLV (0x%02x), length: %u", /* length includes header */
1275 tok2str(rsvp_obj_prop_tlv_values
,"unknown",*obj_tptr
),
1278 if (obj_tlen
< *(obj_tptr
+1))
1280 if (*(obj_tptr
+1) < 2)
1282 print_unknown_data(obj_tptr
+2,"\n\t\t",*(obj_tptr
+1)-2);
1283 obj_tlen
-=*(obj_tptr
+1);
1284 obj_tptr
+=*(obj_tptr
+1);
1292 case RSVP_OBJ_MESSAGE_ID
: /* fall through */
1293 case RSVP_OBJ_MESSAGE_ID_ACK
: /* fall through */
1294 case RSVP_OBJ_MESSAGE_ID_LIST
:
1295 switch(rsvp_obj_ctype
) {
1299 printf("%s Flags [0x%02x], epoch: %u",
1302 EXTRACT_24BITS(obj_tptr
+1));
1305 /* loop through as long there are no messages left */
1306 while(obj_tlen
>= 4) {
1307 printf("%s Message-ID 0x%08x (%u)",
1309 EXTRACT_32BITS(obj_tptr
),
1310 EXTRACT_32BITS(obj_tptr
));
1321 * FIXME those are the defined objects that lack a decoder
1322 * you are welcome to contribute code ;-)
1325 case RSVP_OBJ_INTEGRITY
:
1326 case RSVP_OBJ_SCOPE
:
1327 case RSVP_OBJ_POLICY_DATA
:
1328 case RSVP_OBJ_LABEL_SET
:
1329 case RSVP_OBJ_ACCEPT_LABEL_SET
:
1330 case RSVP_OBJ_PROTECTION
:
1333 print_unknown_data(obj_tptr
,"\n\t ",obj_tlen
); /* FIXME indentation */
1336 /* do we also want to see a hex dump ? */
1337 if (vflag
> 1 || hexdump
==TRUE
)
1338 print_unknown_data(tptr
+sizeof(sizeof(struct rsvp_object_header
)),"\n\t ", /* FIXME indentation */
1339 rsvp_obj_len
-sizeof(struct rsvp_object_header
));
1346 printf("\n\t\t packet exceeded snapshot");
1352 rsvp_print(register const u_char
*pptr
, register u_int len
) {
1354 const struct rsvp_common_header
*rsvp_com_header
;
1355 const u_char
*tptr
,*subtptr
;
1356 u_short tlen
,subtlen
;
1360 rsvp_com_header
= (const struct rsvp_common_header
*)pptr
;
1361 TCHECK(*rsvp_com_header
);
1364 * Sanity checking of the header.
1366 if (RSVP_EXTRACT_VERSION(rsvp_com_header
->version_flags
) != RSVP_VERSION
) {
1367 printf("ERROR: RSVP version %u packet not supported",
1368 RSVP_EXTRACT_VERSION(rsvp_com_header
->version_flags
));
1372 /* in non-verbose mode just lets print the basic Message Type*/
1374 printf("RSVPv%u %s Message, length: %u",
1375 RSVP_EXTRACT_VERSION(rsvp_com_header
->version_flags
),
1376 tok2str(rsvp_msg_type_values
, "unknown (%u)",rsvp_com_header
->msg_type
),
1381 /* ok they seem to want to know everything - lets fully decode it */
1383 tlen
=EXTRACT_16BITS(rsvp_com_header
->length
);
1385 printf("\n\tRSVPv%u %s Message (%u), Flags: [%s], length: %u, ttl: %u, checksum: 0x%04x",
1386 RSVP_EXTRACT_VERSION(rsvp_com_header
->version_flags
),
1387 tok2str(rsvp_msg_type_values
, "unknown, type: %u",rsvp_com_header
->msg_type
),
1388 rsvp_com_header
->msg_type
,
1389 bittok2str(rsvp_header_flag_values
,"none",RSVP_EXTRACT_FLAGS(rsvp_com_header
->version_flags
)),
1391 rsvp_com_header
->ttl
,
1392 EXTRACT_16BITS(rsvp_com_header
->checksum
));
1394 if (tlen
< sizeof(const struct rsvp_common_header
)) {
1395 printf("ERROR: common header too short %u < %lu", tlen
,
1396 (unsigned long)sizeof(const struct rsvp_common_header
));
1400 tptr
+=sizeof(const struct rsvp_common_header
);
1401 tlen
-=sizeof(const struct rsvp_common_header
);
1403 switch(rsvp_com_header
->msg_type
) {
1405 case RSVP_MSGTYPE_AGGREGATE
:
1408 rsvp_com_header
= (const struct rsvp_common_header
*)subtptr
;
1409 TCHECK(*rsvp_com_header
);
1412 * Sanity checking of the header.
1414 if (RSVP_EXTRACT_VERSION(rsvp_com_header
->version_flags
) != RSVP_VERSION
) {
1415 printf("ERROR: RSVP version %u packet not supported",
1416 RSVP_EXTRACT_VERSION(rsvp_com_header
->version_flags
));
1419 subtlen
=EXTRACT_16BITS(rsvp_com_header
->length
);
1421 printf("\n\t RSVPv%u %s Message (%u), Flags: [%s], length: %u, ttl: %u, checksum: 0x%04x",
1422 RSVP_EXTRACT_VERSION(rsvp_com_header
->version_flags
),
1423 tok2str(rsvp_msg_type_values
, "unknown, type: %u",rsvp_com_header
->msg_type
),
1424 rsvp_com_header
->msg_type
,
1425 bittok2str(rsvp_header_flag_values
,"none",RSVP_EXTRACT_FLAGS(rsvp_com_header
->version_flags
)),
1427 rsvp_com_header
->ttl
,
1428 EXTRACT_16BITS(rsvp_com_header
->checksum
));
1430 if (subtlen
< sizeof(const struct rsvp_common_header
)) {
1431 printf("ERROR: common header too short %u < %lu", subtlen
,
1432 (unsigned long)sizeof(const struct rsvp_common_header
));
1436 if (tlen
< subtlen
) {
1437 printf("ERROR: common header too large %u > %u", subtlen
,
1442 subtptr
+=sizeof(const struct rsvp_common_header
);
1443 subtlen
-=sizeof(const struct rsvp_common_header
);
1445 if (rsvp_obj_print(subtptr
,"\n\t ", subtlen
) == -1)
1448 tptr
+=subtlen
+sizeof(const struct rsvp_common_header
);
1449 tlen
-=subtlen
+sizeof(const struct rsvp_common_header
);
1454 case RSVP_MSGTYPE_PATH
:
1455 case RSVP_MSGTYPE_RESV
:
1456 case RSVP_MSGTYPE_PATHERR
:
1457 case RSVP_MSGTYPE_RESVERR
:
1458 case RSVP_MSGTYPE_PATHTEAR
:
1459 case RSVP_MSGTYPE_RESVTEAR
:
1460 case RSVP_MSGTYPE_RESVCONF
:
1461 case RSVP_MSGTYPE_HELLO_OLD
:
1462 case RSVP_MSGTYPE_HELLO
:
1463 case RSVP_MSGTYPE_ACK
:
1464 case RSVP_MSGTYPE_SREFRESH
:
1465 if (rsvp_obj_print(tptr
,"\n\t ", tlen
) == -1)
1470 print_unknown_data(tptr
,"\n\t ",tlen
);
1476 printf("\n\t\t packet exceeded snapshot");