Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
struct | randpkt_example |
Functions | |
unsigned | randpkt_example_count (void) |
void | randpkt_example_list (char ***abbrev_list, char ***longname_list) |
int | randpkt_parse_type (char *string) |
randpkt_example * | randpkt_find_example (int type) |
int | randpkt_example_init (randpkt_example *example, char *produce_filename, int produce_max_bytes, int file_type_subtype) |
void | randpkt_loop (randpkt_example *example, uint64_t produce_count, uint64_t packet_delay_ms) |
bool | randpkt_example_close (randpkt_example *example) |
Creates random packet traces. Useful for debugging sniffers by testing assumptions about the veracity of the data found in the packet.
Copyright (C) 1999 by Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du
SPDX-License-Identifier: GPL-2.0-or-later