wireshark/tools/oss-fuzzshark
Guy Harris 48e65c4af4 Hand the packet provider functions to epan_new().
Have separate packet_provider_data structures and packet_provider_funcs
structures; the latter holds a table of functions that libwireshark can
call for information about packets, the latter holds the data that those
functions use.

This means we no longer need to expose the structure of an epan_t
outside epan/epan.c; get rid of epan/epan-int.h.

Change-Id: I381b88993aa19e55720ce02c42ad33738e3f51f4
Reviewed-on: https://code.wireshark.org/review/24732
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-12-08 04:33:55 +00:00
..
StandaloneFuzzTargetMain.c Add fuzzshark to cmake/autotools. 2017-12-07 23:26:52 +00:00
build.sh Move the protocol registration routines back into libwireshark 2017-11-21 20:21:50 +00:00
fuzzshark.c Hand the packet provider functions to epan_new(). 2017-12-08 04:33:55 +00:00