aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-08 03:32:10 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-08 03:32:10 +0000
commit160928a318385aa2fb59af968ab1cd85847ad963 (patch)
tree9823911ac8dc8aa920a050318f9ea098f41393e7 /packet-tcp.h
parent43c9217ba4083abf6632cdd35b8e0233fc67afb7 (diff)
Jeff Foster's rlogin dissector, and changes to the TCP dissector to
export the urgent pointer (as the rlogin dissector needs it). svn path=/trunk/; revision=1822
Diffstat (limited to 'packet-tcp.h')
-rw-r--r--packet-tcp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-tcp.h b/packet-tcp.h
index 1185675528..ee77c53248 100644
--- a/packet-tcp.h
+++ b/packet-tcp.h
@@ -1,6 +1,6 @@
/* packet-tcp.h
*
- * $Id: packet-tcp.h,v 1.1 2000/02/15 21:03:17 gram Exp $
+ * $Id: packet-tcp.h,v 1.2 2000/04/08 03:32:10 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* Urgent pointer value for the current packet. */
+extern guint16 tcp_urgent_pointer;
void dissect_tcp(const u_char *, int, frame_data *, proto_tree *);