summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorhannes <hannes>2007-03-27 10:44:09 +0000
committerhannes <hannes>2007-03-27 10:44:09 +0000
commitcb08bf9e3e26325e4fb28ba49efa1cb05b7db6e4 (patch)
tree7fe34517ed141e8a569e946cc21114b861091342 /udp.h
parentecfc7918a049cbc52ae87138c9a01cfb9f3dfa3f (diff)
downloadtcpdump-cb08bf9e3e26325e4fb28ba49efa1cb05b7db6e4.tar.gz
add basic skeleton for printing olsr packets as per rfc3626
add a line break in verbose mode fro the ip printer.
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/udp.h b/udp.h
index 292ce9a4..86f92f5b 100644
--- a/udp.h
+++ b/udp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.10 2006-03-03 22:31:16 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.11 2007-03-27 10:44:09 hannes Exp $ (LBL) */
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
@@ -57,6 +57,7 @@ struct udphdr {
#define RIP_PORT 520 /*XXX*/
#define LDP_PORT 646
#define AODV_PORT 654 /*XXX*/
+#define OLSR_PORT 698 /* rfc3626 */
#define KERBEROS_SEC_PORT 750 /*XXX*/
#define L2TP_PORT 1701 /*XXX*/
#define SIP_PORT 5060