Changeset caac052 in mainline for uspace/app/pcapcat/eth_parser.h
- Timestamp:
- 2024-12-22T16:47:50Z (10 months ago)
- Children:
- 46e2152
- Parents:
- 373dded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcapcat/eth_parser.h
r373dded rcaac052 27 27 */ 28 28 29 /** @addtogroup pcapcat 30 * @{ 31 */ 32 /** @file Functions for parsing PCAP file of LinkType 1 (LINKTYPE_ETHERNET). 33 */ 29 34 30 35 #include <stdint.h> … … 35 40 #include <errno.h> 36 41 #include <str.h> 37 #include <io/log.h>38 42 #include <pcap.h> 39 43 40 extern void eth_parse_ packets(FILE *, int, bool);44 extern void eth_parse_frames(FILE *, int, bool); 41 45 extern void eth_parse_header(pcap_file_header_t *); 46 47 /** @} 48 */
Note:
See TracChangeset
for help on using the changeset viewer.