aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 17:51:37 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 17:51:37 +0000
commitc75f555d8cb42057204a7e9f738cd0bb6b865d6e (patch)
treed605c6be388c451adc3c40e9b1d06d073085f88c /packet-udp.c
parent4f10e27d03d0f4becf442551c45bcb086d0218d2 (diff)
Move the declarations of IP protocol numbers to "ipproto.h" from
"packet-ip.h". Fix Gerald's address in some files while we're at it. svn path=/trunk/; revision=3366
Diffstat (limited to 'packet-udp.c')
-rw-r--r--packet-udp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-udp.c b/packet-udp.c
index 5d07d8702c..e377ef537f 100644
--- a/packet-udp.c
+++ b/packet-udp.c
@@ -1,10 +1,10 @@
/* packet-udp.c
* Routines for UDP packet disassembly
*
- * $Id: packet-udp.c,v 1.89 2001/03/28 21:33:31 guy Exp $
+ * $Id: packet-udp.c,v 1.90 2001/04/23 17:51:34 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Richard Sharpe, 13-Feb-1999, added dispatch table support and
@@ -44,6 +44,7 @@
#include <glib.h>
#include "globals.h"
#include "resolv.h"
+#include "ipproto.h"
#include "in_cksum.h"
#include "packet-udp.h"