aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-07 22:35:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-07 22:35:21 +0000
commit4c767ef7623905bf7807315b940ec6862e6a2beb (patch)
treedf6a0fdd72ad81191c19ddfba88e110e10df86b8 /packet-gre.c
parent9bdb0a0656ba156441df889f46226c98963be80d (diff)
Clean up white space.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2844 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-gre.c')
-rw-r--r--packet-gre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-gre.c b/packet-gre.c
index f53b66f69e..95ecca0ddb 100644
--- a/packet-gre.c
+++ b/packet-gre.c
@@ -2,7 +2,7 @@
* Routines for the Generic Routing Encapsulation (GRE) protocol
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-gre.c,v 1.34 2001/01/07 22:08:31 guy Exp $
+ * $Id: packet-gre.c,v 1.35 2001/01/07 22:35:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -65,7 +65,7 @@ static gint ett_gre_wccp2_redirect_header = -1;
#define GRE_IP 0x0800
#define GRE_WCCP 0x883E
#define GRE_IPX 0x8137
-#define GRE_FR 0x6559
+#define GRE_FR 0x6559
static void add_flags_and_ver(proto_tree *, guint16, tvbuff_t *, int, int);
static void dissect_gre_wccp2_redirect_header(tvbuff_t *, int, proto_tree *);