From f7c1d9784bc734ef3592f38979567ec08ee06509 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Wed, 4 Feb 2004 10:48:25 +0000 Subject: Added opentrac to listen More autobbreak updating nightmares --- listen/listen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'listen/listen.h') diff --git a/listen/listen.h b/listen/listen.h index 1633bb1..d484dc8 100644 --- a/listen/listen.h +++ b/listen/listen.h @@ -12,6 +12,7 @@ #define T_ROSEHDR 11 #define T_TIMESTAMP 12 #define T_FLEXNET 13 +#define T_OPENTRAC 14 /* In utils.c */ extern int color; /* Colorized mode */ @@ -67,3 +68,6 @@ void rose_dump(unsigned char *, int, int); /* In flexnetdump.c */ void flexnet_dump(unsigned char *, int, int); + +/* In opentracdump.c */ +void opentrac_dump(unsigned char *, int, int); -- cgit v1.2.3