aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sscop.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-06-17 17:37:10 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-06-17 17:37:10 +0000
commitc014cc7973a2560fa8615b2e006fd897488ccd1a (patch)
treeebc39f5ec8c6b29c5c5e69f0e9ff4fbfba4c1406 /epan/dissectors/packet-sscop.h
parent9af01355e59831de32da831a3340b5ab6cae1b00 (diff)
- fix a bug I introduced by copy pasting an incorrect offset of some items
- prepare the tap svn path=/trunk/; revision=14684
Diffstat (limited to 'epan/dissectors/packet-sscop.h')
-rw-r--r--epan/dissectors/packet-sscop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sscop.h b/epan/dissectors/packet-sscop.h
index c771af6c1d..f33d10ed22 100644
--- a/epan/dissectors/packet-sscop.h
+++ b/epan/dissectors/packet-sscop.h
@@ -23,5 +23,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+typedef struct _sscop_info_t {
+ guint8 type;
+ guint32 payload_len;
+} sscop_info_t;
extern void dissect_sscop_and_payload(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, dissector_handle_t handle);