Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Functions
randpkt_core.h File Reference
#include <glib.h>
#include "wiretap/wtap.h"

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_examplerandpkt_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)
 

Detailed Description

randpkt_core.h

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