aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-08 21:36:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-08 21:36:53 +0000
commit07d5925f6875d0c73706fb8c97bbe78d688308fa (patch)
treebabff8fb96181ceae0b8420269ce69214cada67a /epan/packet_info.h
parent865b1adcd8893c09faf6da1eec645d93cd4012d6 (diff)
From Michael Lum: support an AT_SS7PC address type for SS7 point codes,
and set the direction in pinfo for SS7 packets based on source and destination addresses. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9209 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index c672d3a65f..4bfdf6899d 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -1,7 +1,7 @@
/* packet_info.h
* Definitions for packet info structures and routines
*
- * $Id: packet_info.h,v 1.35 2003/11/21 21:58:55 guy Exp $
+ * $Id: packet_info.h,v 1.36 2003/12/08 21:36:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,8 @@ typedef enum {
AT_VINES, /* Banyan Vines */
AT_OSI, /* OSI NSAP */
AT_ARCNET, /* ARCNET */
- AT_FC /* Fibre Channel */
+ AT_FC, /* Fibre Channel */
+ AT_SS7PC /* SS7 Point Code */
} address_type;
typedef struct _address {