--- snmp.c.orig Wed Feb 17 07:20:05 1999 +++ snmp.c Sun Apr 6 16:31:38 2003 @@ -33,6 +33,8 @@ #include #include #include +#include +#include struct snmpchex @@ -231,7 +233,7 @@ /** get the ID **/ sn->id = buf[i + 2]; for (i = i + (buf[i + 1] + 2); i < size && i + 2 < size; i++) - if (buf[i] == '\x02') + if (buf[i] == '\x02') { if (buf[i + 1] == '\x01') { /** return code **/ @@ -241,6 +243,7 @@ } else return (-1); + } } } } @@ -300,7 +303,7 @@ memset (buf, 0, sizeofbuf); i = getreq (buf, namez, GETREQ_SYSDEC, id, set_req); memcpy ((buf + i), sysdec, GETREQ_SYSDEC); - return (sendto (sock, buf, i + GETREQ_SYSDEC, 0, sin, sizeof (struct sockaddr_in))); + return (sendto (sock, buf, i + GETREQ_SYSDEC, 0, (const struct sockaddr *)sin, sizeof (struct sockaddr_in))); } /** getreq paket **/ @@ -460,7 +463,7 @@ i = 0; /** we get an answer !!!! */ - if ((i = recvfrom (sock, (char *) &buf, sizeof (buf), 0, &sin, &x)) > 0) + if ((i = recvfrom (sock, (char *) &buf, sizeof (buf), 0, (struct sockaddr *) &sin, &x)) > 0) { nd = 0; /** extract the ID the return code and the community name **/ @@ -544,7 +547,7 @@ "[-waitfor] : time in milisecond in each send of snmprequest\n" "[-sleep] : time in second of the scan process life\n" "[-manysend] : how many paket to send by request \n" - "[-inter] : time to wait in milisecond after each request"); + "[-inter] : time to wait in milisecond after each request\n"); } int @@ -581,7 +584,7 @@ printf ("cant resolve hostname!\n"); exit (-1); } - opz.wordfile = strdup ("snmp.passwd"); + opz.wordfile = strdup ("PORTSHAREDIR/snmp.passwd"); opz.outputfile = NULL; opz.guess = -1; opz.manysend = 2; tic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
blob: 5c93f4d1fa5e007955f3afa79705d2a2d3ef586d (plain) (blame)
1
2
3
MD5 (httpcomponents-client-4.0-beta1-bin.tar.gz) = 8df411f4512fc9259c1fa42f3952750b
SHA256 (httpcomponents-client-4.0-beta1-bin.tar.gz) = 0a6dc6a28eb4c3e132aceecdeec82e3b0062c0f3e0b9820777b6ad69f8231a3c
SIZE (httpcomponents-client-4.0-beta1-bin.tar.gz) = 782050