Commit Graph

3 Commits

Author SHA1 Message Date
João Valverde 8c9019a155 wireshark.h: Remove wmem dependency.
Start smaller. Remove the return macros from wslog.h because
that pulls in a wmem dependency and the interface is not very
stable yet.
2021-10-22 06:41:44 +00:00
João Valverde 916b3ee06e Add wslog.h to wireshark.h
wslog has a small surface, few dependencies and is near essential
for Wireshark development and debugging.

Pulling wmem.h is not a problem either, the library is self contained
and again memory allocation and general data structures are essential
components.
2021-10-22 06:41:44 +00:00
João Valverde 59c082c046 Add new global header wireshark.h with guideline
Remove ws_diag_control.h from config.h because that was a workaround
for the lack of a public global header. Fix the resultant build errors.
2021-10-22 06:41:44 +00:00