]> The Tcpdump Group git mirrors - libpcap/commit
The "dl_module_id_1" and "dl_module_id_2" members of a
authorguy <guy>
Wed, 27 Jun 2001 05:22:44 +0000 (05:22 +0000)
committerguy <guy>
Wed, 27 Jun 2001 05:22:44 +0000 (05:22 +0000)
commitdb2a1d1e5e9d07fbaf16019399b09ec886517f27
tree2e0fa630b721f87e7773489e14b1112544857326
parent70836ff6e90625d594eaa5ce8b2f84b77deb067b
The "dl_module_id_1" and "dl_module_id_2" members of a
"dl_hp_ppa_info_t" are arrays of "u_char" (or "u_int8_t"), presumably to
get around the problems of signed characters; this causes complaints
from HP's C compiler if we pass them as an argument to "strcmp()", so
cast them to "const char *".
pcap-dlpi.c