aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-08 07:45:31 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-08 07:45:31 +0000
commit05af0607de7dddc7bf07ef6107703fadc922759b (patch)
tree05a0c56af7fed69464b2b11802d16ef44dc9cd11 /wiretap/ascend.h
parent21f0e54e7fdbfe9aef978e1c7489a13045b23d2b (diff)
Move some definitions of stuff not used outside the Lucent/Ascend
capture file reading code from "ascend.h" to "ascend-int.h". svn path=/trunk/; revision=788
Diffstat (limited to 'wiretap/ascend.h')
-rw-r--r--wiretap/ascend.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/wiretap/ascend.h b/wiretap/ascend.h
index c9db11ae1d..009fdfeb26 100644
--- a/wiretap/ascend.h
+++ b/wiretap/ascend.h
@@ -1,6 +1,6 @@
/* ascend.h
*
- * $Id: ascend.h,v 1.3 1999/09/11 22:36:38 gerald Exp $
+ * $Id: ascend.h,v 1.4 1999/10/08 07:45:31 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -25,15 +25,5 @@
#define ASCEND_MAX_DATA_COLS 16
#define ASCEND_MAX_PKT_LEN (ASCEND_MAX_DATA_ROWS * ASCEND_MAX_DATA_COLS)
-typedef struct {
- time_t secs;
- time_t usecs;
- guint32 caplen;
- guint32 len;
-} ascend_pkthdr;
-
int ascend_open(wtap *wth, int *err);
-void init_parse_ascend();
-int parse_ascend(FILE *fh, void *pd, struct ascend_phdr *phdr,
- ascend_pkthdr *hdr, int len);
int ascend_seek_read (FILE *fh, int seek_off, guint8 *pd, int len);