4 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
6 * SPDX-License-Identifier: GPL-2.0-or-later
12 #include "ws_symbol_export.h"
15 typedef struct wtap_rec wtap_rec
;
18 * Routines to use with ATM capture file types that don't include information
19 * about the *type* of ATM traffic (or, at least, where we haven't found
24 atm_guess_traffic_type(wtap_rec
*rec
, const uint8_t *pd
);
27 atm_guess_lane_type(wtap_rec
*rec
, const uint8_t *pd
);
29 #endif /* __ATM_H__ */