wireshark/caputils
Guy Harris 0db468e300 gchar is not guaranteed to be signed; use gint8.
C does not guarantee that char is signed (that's why there's a keyword
"signed").  Use gint8, to indicate that it's not a character, it's an
8-bit signed integer.

Change-Id: Id632df23352840cbc86a4d88f4c7dade95ab7837
Reviewed-on: https://code.wireshark.org/review/4736
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-10-16 18:44:30 +00:00
..
CMakeLists.txt CMake: Conditional build fixes and updates. 2014-09-28 18:22:48 +00:00
Makefile.am Build libcaputils PIE, so it can be linked with dumpcap when it's built PIE. 2014-07-04 17:23:01 +00:00
Makefile.common Move the AirPcap stuff into caputils. 2014-08-01 00:30:03 +00:00
Makefile.nmake Use forward slashes in paths to runlex.sh 2014-07-20 13:15:59 +00:00
airpcap.h gchar is not guaranteed to be signed; use gint8. 2014-10-16 18:44:30 +00:00
airpcap_loader.c Move the AirPcap stuff into caputils. 2014-08-01 00:30:03 +00:00
airpcap_loader.h Move the AirPcap stuff into caputils. 2014-08-01 00:30:03 +00:00
capture-pcap-util-int.h
capture-pcap-util-unix.c Fix compilation in weird cases 2014-09-16 21:24:02 +00:00
capture-pcap-util.c Increase the error buffer size for rpcap. 2014-08-27 22:11:58 +00:00
capture-pcap-util.h
capture-wpcap.c Get rid of NO_INTERFACES_FOUND - it's not an error. 2014-07-22 23:53:49 +00:00
capture-wpcap.h
capture_ifinfo.h Extcap Capture Interface 2014-08-21 03:34:02 +00:00
capture_win_ifnames.c
capture_win_ifnames.h
capture_wpcap_packet.c
capture_wpcap_packet.h
doxygen.cfg.in
iface_monitor.c Move the monitor-for-interface-list-changes stuff to the caputils library. 2014-07-16 01:27:21 +00:00
iface_monitor.h Allow the interface monitor routines to be called from C++. 2014-07-16 02:28:39 +00:00
ws80211_utils.c Split ws80211_get_phys callback handler 2014-10-13 19:19:56 +00:00
ws80211_utils.h