summaryrefslogtreecommitdiff
path: root/wiretap/ascend-int.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-02-05 17:39:12 +0000
committerGerald Combs <gerald@wireshark.org>2005-02-05 17:39:12 +0000
commit9e93bf474710d9ef0eb4ba33bde284b6685fd360 (patch)
tree59d8d2204fb8fef65bf8a637ed5c4284558230fc /wiretap/ascend-int.h
parent17608107ff86cd057a7a46983616a01b4ff25cd8 (diff)
downloadwireshark-9e93bf474710d9ef0eb4ba33bde284b6685fd360.tar.gz
From Josh Bailey:
Attached is an update to Lucent/Ascend trace parsing: fix a few bugs, add support for ISDN and Ethernet captures - diffs to 0.10.9. svn path=/trunk/; revision=13311
Diffstat (limited to 'wiretap/ascend-int.h')
-rw-r--r--wiretap/ascend-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ascend-int.h b/wiretap/ascend-int.h
index 137984cf5f..f46825db7d 100644
--- a/wiretap/ascend-int.h
+++ b/wiretap/ascend-int.h
@@ -49,6 +49,6 @@ int ascendlex(void);
void init_parse_ascend(void);
void ascend_init_lexer(FILE_T fh);
int parse_ascend(FILE_T fh, guint8 *pd, struct ascend_phdr *phdr,
- ascend_pkthdr *hdr, int len);
+ ascend_pkthdr *hdr, long *start_of_data);
#endif /* ! __ASCEND_INT_H__ */