Changeset caac052 in mainline for uspace/app/pcapcat/main.c
- Timestamp:
- 2024-12-22T16:47:50Z (10 months ago)
- Children:
- 46e2152
- Parents:
- 373dded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcapcat/main.c
r373dded rcaac052 45 45 46 46 static const linktype_parser_t eth_parser = { 47 .parse_packets = ð_parse_ packets,47 .parse_packets = ð_parse_frames, 48 48 .parse_file_header = ð_parse_header, 49 49 .linktype = PCAP_LINKTYPE_ETHERNET
Note:
See TracChangeset
for help on using the changeset viewer.