URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c810f9cdd69a100aa5b6ea76243af84724e2a75
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6c810f9 by Guy Harris (guy@xxxxxxxxxxxx):
The sent field of the p2p pseudo-header is a Boolean.
Either it's TRUE, meaning sent, or it's FALSE, meaning received. Make
it a gboolean and get rid of the #defines for it. ("Unknown" is handled
by the WTAP_ENCAP_ value not *having* a p2p pseudo-header.)
Change-Id: I650d7213523b49e7531d9555a98cde1be519a294
Reviewed-on: https://code.wireshark.org/review/29836
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 5773f2b Only use "libpcap" to refer to the library.
add 6c810f9 The sent field of the p2p pseudo-header is a Boolean.
Summary of changes:
wiretap/wtap.h | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)