aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-08 03:32:10 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-08 03:32:10 +0000
commit907093903ca0afdc6a9106415d88fc7565a492a7 (patch)
tree9823911ac8dc8aa920a050318f9ea098f41393e7 /packet-tcp.h
parentab91e1014acff689834af5eb5d8102e17b46ddc6 (diff)
Jeff Foster's rlogin dissector, and changes to the TCP dissector to
export the urgent pointer (as the rlogin dissector needs it). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1822 f5534014-38df-0310-8fa8-9805f1628bb7
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 *);