aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-11-29 06:44:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-11-29 06:44:07 +0000
commit6c9ce8acf8610f9c5ff99215eb3650ec0b6e0688 (patch)
tree8ec6fc9d92c3351e1dec0eec3a14a7a1290a6155 /wiretap/file_access.c
parent35482921b20efde6d5856cad5df217bfabd323c8 (diff)
Froim Rene Pilz:
This patch consists also the last issues. Additionally it solves: - For the SSCOP frames the AAL5 decoding was not performed due to an earlier patch. This caused that no SSCOP message was properly decoded. - As the detection between a LANE frame and a SSCOP frame is rather hard a switch within the atm dissector is included which enforce SSCOP dissecting over a LANE frame. At the moment I do not see a better solution for that. svn path=/trunk/; revision=20013
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index cf8792c74a..6ba90b8206 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -117,6 +117,7 @@ static int (*const open_routines[])(wtap *, int *, char **) = {
* would be, for example, saved copies of a Telnet session
* to some box.
*/
+ erf_open,
etherpeek_open,
pppdump_open,
iseries_open,
@@ -127,7 +128,6 @@ static int (*const open_routines[])(wtap *, int *, char **) = {
csids_open,
vms_open,
cosine_open,
- erf_open,
hcidump_open,
};