Questione : Come usare un'unità

Come usare la necessità dell'unità IPHelper.
I di conoscere se ci è qualcuno che fa un rumore metallico il mio computer.

I hanno scritto un piccolo codice, MA non sono sicuro se è il usage.
Can qualcuno aggiungo il mio codice per formarlo un poco.

type
TIcmpMessage =
private
icmpstate del codice categoria (TObject): TMibICMPInfo; getMessage del
function: TMibICMPInfo; il
public
constructor genera (icmpMessage: TMibICMPInfo); virtuale; il
destructor distrugge; provvigione supplementare; icmpMessage del
property: TMibICMPInfo ha letto il getMessage;
protected
end;


constructor TIcmpMessage.Create (icmpMessage: TMibICMPInfo);
end del
begin
…;
destructor TIcmpMessage.Destroy; il
begin
ha ereditato;
end;

function TicmpMessage.getMessage: TMibICMPInfo;
begin
result: = icmpstate;
end;

procedure TForm1.Timer1Timer (mittente: TObject);
showmessage del
begin
… (“il some_one pingponging al vostro calcolatore ");
end del
…;
class= > " libero " del
> " del codeSnippet " del class= del
class= " lineNumbers " del
class= del
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:
583:
584:
585:
586:
587:
588:
589:
590:
591:
592:
593:
594:
595:
596:
597:
598:
599:
600:
601:
602:
603:
604:
605:
606:
607:
608:
609:
610:
611:
612:
613:
614:
615:
616:
617:
618:
619:
620:
621:
622:
623:
624:
625:
626:
627:
628:
629:
630:
631:
632:
633:
634:
635:
636:
637:
638:
639:
640:
641:
642:
643:
644:
645:
646:
647:
648:
649:
650:
651:
652:
653:
654:
655:
656:
657:
658:
659:
660:
661:
662:
663:
664:
665:
666:
667:
668:
669:
670:
671:
672:
673:
674:
675:
676:
677:
678:
679:
680:
681:
682:
683:
684:
685:
686:
687:
688:
689:
690:
691:
692:
693:
694:
695:
696:
697:
698:
699:
700:
701:
702:
703:
704:
705:
706:
707:
708:
709:
710:
711:
712:
713:
714:
715:
716:
717:
718:
719:
720:
721:
722:
723:
724:
725:
726:
727:
728:
729:
730:
731:
732:
733:
734:
735:
736:
737:
738:
739:
740:
741:
742:
743:
744:
745:
746:
747:
748:
749:
750:
751:
752:
753:
754:
755:
756:
757:
758:
759:
760:
761:
762:
763:
764:
765:
766:
767:
768:
769:
770:
771:
772:
773:
774:
775:
776:
777:
778:
779:
780:
781:
782:
783:
784:
785:
786:
787:
788:
789:
790:
791:
792:
793:
794:
795:
796:
797:
798:
799:
800:
801:
802:
803:
804:
805:
806:
807:
808:
809:
810:
811:
812:
813:
814:
815:
816:
817:
818:
819:
820:
821:
822:
823:
824:
825:
826:
827:
828:
829:
830:
831:
832:
833:
834:
835:
836:
837:
838:
839:
840:
841:
842:
843:
844:
845:
846:
847:
848:
849:
850:
851:
852:
853:
854:
855:
856:
857:
858:
859:
860:
861:
862:
863:
864:
865:
866:
867:
868:
869:
870:
871:
872:
873:
874:
875:
876:
877:
878:
879:
880:
881:
882:
883:
884:
885:
886:
887:
888:
889:
890:
891:
892:
893:
894:
895:
896:
897:
898:
899:
900:
901:
902:
903:
904:
905:
906:
907:
908:
909:
910:
911:
912:
913:
914:
915:
916:
917:
918:
919:
920:
921:
922:
923:
924:
925:
926:
927:
928:
929:
930:
931:
932:
933:
934:
935:
936:
937:
938:
939:
940:
941:
942:
943:
944:
945:
946:
947:
948:
949:
950:
951:
952:
953:
954:
955:
956:
957:
958:
959:
960:
961:
962:
963:
964:
965:
966:
967:
968:
969:
970:
971:
972:
973:
974:
975:
976:
977:
978:
979:
980:
981:
982:
983:
984:
985:
986:
987:
988:
989:
990:
991:
992:
993:
994:
995:
996:
997:
998:
999:
1000:
1001:
1002:
1003:
1004:
1005:
1006:
1007:
1008:
1009:
1010:
1011:
1012:
1013:
1014:
1015:
1016:
1017:
1018:
1019:
1020:
1021:
1022:
1023:
1024:
1025:
1026:
1027:
1028:
1029:
1030:
1031:
1032:
1033:
1034:
1035:
1036:
1037:
1038:
1039:
1040:
1041:
1042:
1043:
1044:
1045:
1046:
1047:
1048:
1049:
1050:
1051:
1052:
1053:
1054:
1055:
1056:
1057:
1058:
1059:
1060:
1061:
1062:
1063:
1064:
1065:
1066:
1067:
1068:
1069:
1070:
1071:
1072:
1073:
1074:
1075:
1076:
1077:
1078:
1079:
1080:
1081:
1082:
1083:
1084:
1085:
1086:
1087:
1088:
1089:
1090:
1091:
1092:
1093:
1094:
1095:
1096:
1097:
1098:
1099:
1100:
1101:
1102:
1103:
1104:
1105:
1106:
1107:
1108:
1109:
1110:
1111:
1112:
1113:
1114:
1115:
1116:
1117:
1118:
1119:
1120:
1121:
1122:
1123:
1124:
1125:
1126:
1127:
1128:
1129:
1130:
1131:
1132:
1133:
1134:
1135:
1136:
1137:
1138:
1139:
1140:
1141:
1142:
1143:
1144:
1145:
1146:
1147:
1148:
1149:
1150:
1151:
1152:
1153:
1154:
1155:
1156:
1157:
1158:
1159:
1160:
1161:
1162:
1163:
1164:
1165:
1166:
1167:
1168:
1169:
1170:
1171:
1172:
1173:
1174:
1175:
1176:
1177:
1178:
1179:
1180:
1181:
1182:
1183:
1184:
1185:
1186:
1187:
1188:
1189:
1190:
1191:
1192:
1193:
1194:
1195:
1196:
1197:
1198:
1199:
1200:
1201:
1202:
1203:
1204:
1205:
1206:
1207:
1208:
>unit notpretty IPHelper " del class= " del id= " codeSnippet821926 del
 128
Aggiungere:  ICMP - statistiche
Aggiungere:  Numeri port ben noti
Aggiungere:  Lista di RecentIP
Aggiungere:  Aggiornamento del temporizzatore

dirkcl v1.2
----
Difficoltà:  Aggiornamento corretto del IP recente
AGGIUNGERE:  i codici di ICMP-errore hanno tradotto

v1.3 - 18 settembre 2001
----
  Angus Robertson, sistemi rosso magenta srl, Inghilterra
     [email protected], http://www.magsys.co.uk/delphi/
  Lentamente convertendo i procs in funzioni che possono essere usate da altri programmi,
     lo IE Get_ si trasforma in in IpHlp
  I miglioramenti primari sono che l'assistente di DNS corrente ora è indicato, inoltre
     byte di in/out per ogni interfaccia (adattatore di aka)
  Tutte le funzioni sono caricate dinamicamente in modo da il programma può essere usato su W95/NT4
  Provato con Delfi 6 sul Windows 2000 e su XP

v1.4 - 28 febbraio 2002 - Angus
----
  Perdita di memoria principale fissa in IpHlpIfTable (tranne anziché infine)
  Perdita di memoria principale fissa in Get_AdaptersInfo (indicatore incrementato dell'amplificatore)
  IpHlpAdaptersInfo generato che restituisce TAdaptorRows


  Nota: Indirizzo dinamico di DNS di ritorni di IpHlpNetworkParams (ed altro roba)
  Nota: IpHlpIfEntry restituisce i byte in/out per un adattatore di rete

v1.5 - 5 ottobre 2003
----
  Jean-Pierre Turchi “da sud della Francia„ 
  Cosmetico (più leggibile) ed addizionale da iana.org “in WellKnownPorts„

}
*)

interfaccia

usi
  Windows, messaggi, SysUtils, codici categoria, dialoghi, IpHlpApi;

const
  NULL_IP = “0. 0. 0. 0„;

//------conversion dei numeri port ben noti per assistere i nomi----------------

tipo
  TWellKnownPort = annotazione
    Prt: DWORD;
    Srv: stringa [20];
  estremità;


const
    // soltanto la maggior parte dei servizi “popolari„…
  WellKnownPorts: allineamento [1..32] di TWellKnownPort
  = (
// (Prt: 0; Srv:   “RESRVED "), {riservato}
    (Prt: 7; Srv:   “ECO "), {rumore metallico}
    (Prt: 9; Srv:   “SCARTO "),
    (Prt: 13; Srv:  “GIORNO "),
    (Prt: 17; Srv:  “QOTD "), {citazione del giorno}
    (Prt: 19; Srv:  “CHARGEN "), {generatore di carattere}
    (Prt: 20; Srv:  “FTPDATA "), {File Transfer Protocol - datas}
    (Prt: 21; Srv:  “FTPCTRL "), {File Transfer Protocol - controllo}
    (Prt: 22; Srv:  “SSH "),
    (Prt: 23; Srv:  “Telnet "),
    (Prt: 25; Srv:  “Smtp "), {Simple Mail Transfer Protocol}
    (Prt: 37; Srv:  “TEMPO "), {protocollo di tempo}
    (Prt: 43; Srv:  “WHOIS "), {WHO È servizio}
    (Prt: 53; Srv:  “DNS "), {servizio di Domain Name}
    (Prt: 67; Srv:  “BOOTPS "), {assistente del BOOTP}
    (Prt: 68; Srv:  “BOOTPC "), {cliente del BOOTP}
    (Prt: 69; Srv:  “TFTP "), {ftp insignificante}
    (Prt: 70; Srv:  “GOPHER "), {Gopher}
    (Prt: 79; Srv:  “BARRETTA "), {barretta}
    (Prt: 80; Srv:  “HTTP "), {HTTP}
    (Prt: 88; Srv:  “KERBROS "), {Kerberos}
    (Prt: 109; Srv: “POP2 "), {versione 2 di Post Office Protocol}
    (Prt: 110; Srv: “POP3 "), {versione 3 di Post Office Protocol}
    (Prt: 111; Srv: “SUN_RPC "), {Remote Procedure Call del SOLE}
    (Prt: 119; Srv: “NNTP "), {Network News Transfer Protocol}
    (Prt: 123; Srv: “NTP "), {Network Time Protocol}
    (Prt: 135; Srv: “DCOMRPC "), {servizio di posizione}
    (Prt: 137; Srv: “NBNAME "), {servizio di nome di NETBIOS}
    (Prt: 138; Srv: “NBDGRAM "), {servizio di Datagram di NETBIOS}
    (Prt: 139; Srv: “NBSESS "), {servizio di sessione di NETBIOS}
    (Prt: 143; Srv: “IMAP "), {protocollo di accesso del messaggio di Internet}
    (Prt: 161; Srv: “SNMP "), {Netw semplice. Protocollo dell'amministrazione}
    (Prt: 169; Srv: “TRASMETTERE ")
    );


//-----------conversion dei codici di errore del ICMP alle stringhe--------------------------
             {preso da www.sockets.com/ms_icmp.c}

const
  ICMP_ERROR_BASE = 11000;
  IcmpErr: allineamento [1..22] di stringa =
  (
   “IP_BUFFER_TOO_SMALL„, “IP_DEST_NET_UNREACHABLE„, “IP_DEST_HOST_UNREACHABLE„,
   “IP_PROTOCOL_UNREACHABLE„, “IP_DEST_PORT_UNREACHABLE„, “IP_NO_RESOURCES„,
   “IP_BAD_OPTION„, “IP_HARDWARE_ERROR„, “IP_PACKET_TOO_BIG„, “IP_REQUEST_TIMED_OUT„,
   “IP_BAD_REQUEST„, “IP_BAD_ROUTE„, “IP_TTL_EXPIRED_TRANSIT„,
   “IP_TTL_EXPIRED_REASSEM„, “IP_PARAMETER_PROBLEM„, “IP_SOURCE_QUENCH„,
   “IP_OPTION_TOO_BIG„, “IP_BAD_DESTINATION„, “IP_ADDRESS_DELETED„,
   “IP_SPEC_MTU_CHANGE„, “IP_MTU_CHANGE„, “IP_UNLOAD„
  );


//----------conversion dei valori enumerati vari alle stringhe------------------

  ARPEntryType: allineamento [1..4] di stringa = (“altro„, “non valido„,
    “Dinamico„, “elettricità statica„
    );
  TCPConnState:
    allineamento [1..12] di stringa =
    (“chiuso„, “ascoltando„, “syn_sent„,
    “lo syn_rcvd„, “ha stabilito„, “fin_wait1„,
    “fin_wait2„, “close_wait„, “chiudendosi„,
    “last_ack„, “time_wait„, “delete_tcb„
    );

  TCPToAlgo: allineamento [1..4] di stringa =
    (“Const.Timeout„, “MIL-STD-1778„,
    “Van Jacobson„, “altro ");

  IPForwTypes: allineamento [1..4] di stringa =
    (“altro„, “non valido„, “local„, “ripresa esterna ");

  IPForwProtos: allineamento [1..18] di stringa =
    (“ALTRO„, “LOCAL„, “NETMGMT„, “ICMP„, “EGP„,
    “GGP„, “ELICOTTERO„, “STRAPPO„, “IS_IS„, “ES_IS„,
    “CISCO„, “BBN„, “OSPF„, “BGP„, “BOOTP„,
    “AUTO_STAT„, “ELETTRICITÀ STATICA„, “NOT_DOD ");

tipo

// per IpHlpNetworkParams
  TNetworkParams = annotazione
    Hostname: stringa;
    Domain Name: stringa;
    CurrentDnsServer: stringa;
    DnsServerTot: numero intero;
    DnsServerNames: allineamento [0..9] di stringa;
    NodeType: UINT;
    ScopeID: stringa;
    EnableRouting: UINT;
    EnableProxy: UINT;
    EnableDNS: UINT;
  estremità;

  TIfRows = allineamento di TMibIfRow; allineamento dinamico di // delle file

// per IpHlpAdaptersInfo
  TAdaptorInfo = annotazione
    AdapterName: stringa;
    Descrizione: stringa;
    MacAddress: stringa;
    Indice: DWORD;
    aType: UINT;
    DHCPEnabled: UINT;
    CurrIPAddress: stringa;
    CurrIPMask: stringa;
    IPAddressTot: numero intero;
    IPAddressList: allineamento di stringa;
    IPMaskList: allineamento di stringa;
    GatewayTot: numero intero;
    GatewayList: allineamento di stringa;
    DHCPTot: numero intero;
    DHCPServer: allineamento di stringa;
    HaveWINS: BOOL;
    PrimWINSTot: numero intero;
    PrimWINSServer: allineamento di stringa;
    SecWINSTot: numero intero;
    SecWINSServer: allineamento di stringa;
    LeaseObtained: LongInt; // UNIX cronometra, secondi dal 1970
    LeaseExpires: LongInt;   // UNIX cronometra, secondi dal 1970
  estremità;

  TAdaptorRows = allineamento di TAdaptorInfo;


roba di //---------------exported-----------------------------------------------

funzione IpHlpAdaptersInfo (varietà AdpTot: numero intero; varietà AdpRows: TAdaptorRows): numero intero;
procedura Get_AdaptersInfo (lista: TStrings);
funzione IpHlpNetworkParams (varietà NetworkParams: TNetworkParams): numero intero;
procedura Get_NetworkParams (lista: TStrings);
procedura Get_ARPTable (lista: TStrings);
procedura Get_TCPTable (lista: TStrings);
procedura Get_TCPStatistics (lista: TStrings);
funzione IpHlpTCPStatistics (varietà TCPStats: TMibTCPStats): numero intero;
procedura Get_UDPTable (lista: TStrings);
procedura Get_UDPStatistics (lista: TStrings);
funzione IpHlpUdpStatistics (UdpStats: TMibUDPStats): numero intero;
procedura Get_IPAddrTable (lista: TStrings);
procedura Get_IPForwardTable (lista: TStrings);
procedura Get_IPStatistics (lista: TStrings);
funzione IpHlpIPStatistics (varietà IPStats: TMibIPStats): numero intero;
funzione Get_RTTAndHopCount (IPAddr: DWORD; MaxHops: Longint;
  RTT di varietà: longint; varietà HopCount: longint): numero intero;
procedura Get_ICMPStats (ICMPIn, ICMPOut: TStrings);
funzione IpHlpIfTable (varietà IfTot: numero intero; varietà IfRows: TIfRows): numero intero;
procedura Get_IfTable (lista: TStrings);
funzione IpHlpIfEntry (indice: numero intero; varietà IfRow: TMibIfRow): numero intero;
procedura Get_RecentDestIPs (lista: TStrings);

utils di conversione di //
funzione MacAddr2Str (MacAddr: TMacAddress; formato: numero intero): stringa;
funzione IpAddr2Str (IPAddr: DWORD): stringa;
funzione Str2IpAddr (IPStr: stringa): DWORD;
funzione Port2Str (nwoPort: DWORD): stringa;
funzione Port2Wrd (nwoPort: DWORD): DWORD;
funzione Port2Svc (orificio: DWORD): stringa;
funzione ICMPErr2Str (ICMPErrCode: DWORD): stringa;

esecuzione

varietà
  RecentIPs: TStringList;

programmi di utilità di //--------------General-----------------------------------------------

{gli estratti dopo “segno„ da stringa, allora mangia la stringa}
funzione NextToken (varietà s: stringa; Separatore: carbone): stringa;
varietà
  Sep_Pos: byte;
cominciare
  Risultato: = '';
  se le lunghezze > 0 allora cominciano
    Sep_Pos: = posizione (separatore, s);
    se Sep_Pos > 0 allora comincia
      Risultato: = copia (s, 1, Pred (Sep_Pos));
      Cancellazione (s, _Pos degli il 1, e il settembre);
    estremità
    altrimenti cominciare
      Risultato: = s;
      s: = '';
    estremità;
  estremità;
estremità;

//------------------------------------------------------------------------------
{MAC-address numerico di concerti a stringa ww-xx-yy-zz}
funzione MacAddr2Str (MacAddr: TMacAddress; formato: numero intero): stringa;
varietà
  i: numero intero;
cominciare
  se formato = 0 allora
  cominciare
    Risultato: = “00-00-00-00-00-00„;
    USCITA;
  estremità
  risultato altro: = '';
  //
  per la i: = 1 al formato fa
    Risultato: = risultato + IntToHex (MacAddr [i], 2) + “-„;
  Cancellazione (risultato, lunghezza (risultato), 1);
estremità;

//------------------------------------------------------------------------------
{IP address dei convertiti nell'ordine DWORD di byte della rete al punteggiato a - stringa decimale}
funzione IpAddr2Str (IPAddr: DWORD): stringa;
varietà
  i: numero intero;
cominciare
  Risultato: = '';
  per la i: = 1 - 4 fanno
  cominciare
    Risultato: = risultato + disposizione (“%3d. „, [IPAddr e $FF]);
    IPAddr: = shr 8 di IPAddr;
  estremità;
  Cancellazione (risultato, lunghezza (risultato), 1);
estremità;

//------------------------------------------------------------------------------
{convertiti punteggiati - IP address decimale ad ordine DWORD di byte della rete}
funzione Str2IpAddr (IPStr: stringa): DWORD;
varietà
  i: numero intero;
  Numerico: DWORD;
cominciare
  Risultato: = 0;
  per la i: = 1 - 4 fanno
  prova
    Numerico: = (StrToInt (NextToken (IPStr, “."))) shl 24;
    Risultato: = (shr di risultato 8) o numerico;
  tranne
    Risultato: = 0;
  estremità;

estremità;

//------------------------------------------------------------------------------
{numero port dei convertiti nell'ordine di byte della rete a DWORD}
funzione Port2Wrd (nwoPort: DWORD): DWORD;
cominciare
  Risultato: = scambio (PAROLA (nwoPort));
estremità;

//------------------------------------------------------------------------------
{numero port dei convertiti nell'ordine di byte della rete a stringa}
funzione Port2Str (nwoPort: DWORD): stringa;
cominciare
  Risultato: = IntToStr (Port2Wrd (nwoPort));
estremità;

//------------------------------------------------------------------------------
{numeri port ben noti dei convertiti all'identificazione di servizio}
funzione Port2Svc (orificio: DWORD): stringa;
varietà
  i: numero intero;
cominciare
  Risultato: = disposizione (“%4d„, [orificio]); // nel caso orificio non trovato
  per la i: = basso (WellKnownPorts) al livello (WellKnownPorts) fare
    se orificio = WellKnownPorts [i]. Prt allora
    cominciare
      Risultato: = WellKnownPorts [i]. Srv;
      ROTTURA;
    estremità;
estremità;

//-----------------------------------------------------------------------------
{parametri di rete generali e fissi}

procedura Get_NetworkParams (lista: TStrings);
varietà
    NetworkParams: TNetworkParams;
    I, ErrorCode: numero intero;
cominciare
    se non assegnato (lista) allora USCIRE;
    List.Clear;
    ErrorCode: = IpHlpNetworkParams (NetworkParams);
    se <> 0 di ErrorCode allora
    cominciare
        List.Add (SysErrorMessage (ErrorCode));
        uscita;
    estremità;
    con NetworkParams fare
    cominciare
        List.Add (“HOSTNAME: „ + hostname);
        List.Add (“DOMINIO: „ + Domain Name);
        List.Add (“TIPO di NODO di NETBIOS: „ + NETBIOSTypes [NodeType]);
        List.Add (“PORTATA di DHCP: „ + ScopeID);
        List.Add (“il PERCORSO HA PERMESSO A: „ + IntToStr (EnableRouting));
        List.Add (“la PROCURA HA PERMESSO A: „ + IntToStr (EnableProxy));
        List.Add (“il DNS HA PERMESSO A: „ + IntToStr (EnableDNS));
        se <> 0 di DnsServerTot allora
        cominciare
            per la I: = 0 a Pred (DnsServerTot) fa
                List.Add (“ADDR dell'ASSISTENTE di DNS: „ + DnsServerNames [I]);
        estremità;
    estremità;
estremità;

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
funzione IpHlpNetworkParams (varietà NetworkParams: TNetworkParams): numero intero;
varietà
  FixedInfo: PTFixedInfo;         // Angus
  InfoSize: Longint;
  PDnsServer: PTIP_ADDR_STRING;   // Angus
cominciare
    InfoSize: = 0;   // Angus
    risultato: = ERROR_NOT_SUPPORTED;
    se non LoadIpHlp allora esce;
    risultato: = GetNetworkParams (zero, @InfoSize);  // Angus
    se il <> ERROR_BUFFER_OVERFLOW di risultato allora esce; // Angus
    GetMem (FixedInfo, InfoSize);                    // Angus
    prova
    risultato: = GetNetworkParams (FixedInfo, @InfoSize);   // Angus
    se il <> ERROR_SUCCESS di risultato allora esce;
    NetworkParams.DnsServerTot: = 0;
    con FixedInfo^ fare
    cominciare
        NetworkParams.HostName: = disposizione (hostname);
        NetworkParams.DomainName: = disposizione (Domain Name);
        NetworkParams.ScopeId: = disposizione (ScopeID);
        NetworkParams.NodeType: = NodeType;
        NetworkParams.EnableRouting: = EnableRouting;
        NetworkParams.EnableProxy: = EnableProxy;
        NetworkParams.EnableDNS: = EnableDNS;
        NetworkParams.DnsServerNames [0]: = DNSServerList.IPAddress;  // Angus
        se 0] <> di NetworkParams.DnsServerNames ['' allora
                                        NetworkParams.DnsServerTot: = 1;
        PDnsServer: = DnsServerList.Next;
        mentre lo zero del <> di PDnsServer fa
        cominciare
            NetworkParams.DnsServerNames [NetworkParams.DnsServerTot]: =
                                        PDnsServer^.IPAddress;  // Angus
            inc (NetworkParams.DnsServerTot);
            se >= di NetworkParams.DnsServerTot
                            La lunghezza (NetworkParams.DnsServerNames) allora esce;
            PDnsServer: = PDnsServer.Next;
        estremità;
    estremità;
    infine
       FreeMem (FixedInfo);                     // Angus
    estremità;
estremità;

//------------------------------------------------------------------------------

funzione ICMPErr2Str (ICMPErrCode: DWORD): stringa;
cominciare
   Risultato: = “UnknownError: „ + IntToStr (ICMPErrCode);
   dicembre (ICMPErrCode, ICMP_ERROR_BASE);
   se ICMPErrCode dentro [livello basso (ICMpErr). Alto (ICMPErr)] allora
     Risultato: = ICMPErr [ICMPErrCode];
estremità;


//------------------------------------------------------------------------------

// comprende i byte in/out per ogni adattatore

funzione IpHlpIfTable (varietà IfTot: numero intero; varietà IfRows: TIfRows): numero intero;
varietà
  I,
  TableSize: numero intero;
  pBuf, pNext: PChar;
cominciare
  risultato: = ERROR_NOT_SUPPORTED;
  se non LoadIpHlp allora esce;
  SetLength (IfRows, 0);
  IfTot: = 0; // Angus
  TableSize: = 0;
   di // chiamata in primo luogo: ottenere memsize necessario
  risultato: = GetIfTable (zero, @TableSize, falso);  // Angus
  se il <> ERROR_INSUFFICIENT_BUFFER di risultato allora esce;
  GetMem (pBuf, TableSize);
  prova
      FillChar (pBuf^, TableSize, #0);  amplificatore libero di //, poiché W98 non fa

   // ottiene l'indicatore della tabella
      risultato: = GetIfTable (PTMibIfTable (pBuf), @TableSize, falso);
      se il <> NO_ERROR di risultato allora esce;
      IfTot: = PTMibIfTable (pBuf) ^.dwNumEntries;
      se IfTot = 0 allora esce;
      SetLength (IfRows, IfTot);
      pNext: = pBuf + SizeOf (IfTot);
      per la i: = 0 a Pred (IfTot) fa
      cominciare
         IfRows [i]: = ^ di PTMibIfRow (pNext);
         inc (pNext, SizeOf (TMibIfRow)) ;
      estremità;
  infine
      FreeMem (pBuf);
  estremità;
estremità;

procedura Get_IfTable (lista: TStrings);
varietà
  IfRows: TIfRows;
  Errore, I: numero intero;
  NumEntries: numero intero;
  sDescr, sIfName: stringa;
cominciare
  se non assegnato (lista) allora USCIRE;
  List.Clear;
  SetLength (IfRows, 0);
  Errore: = IpHlpIfTable (NumEntries, IfRows);
  se (<> 0 di errore) allora
      List.Add (SysErrorMessage (GetLastError))
  altrimenti se NumEntries = 0 allora
      List.Add (“no entries.")
  altrimenti
  cominciare
      per la I: = 0 a Pred (NumEntries) fa
      cominciare
          con IfRows [I] fare
          cominciare
             se wszName [1] = #0 allora
                 sIfName: = ''
             altrimenti
                 sIfName: = WideCharToString (@wszName);  convertito Unicode di // a stringa
             sIfName: = disposizione (sIfName);
             sDescr: = bDescr;
             sDescr: = disposizione (sDescr);
             List.Add (disposizione (
               “%0.8x |%3d | %16s |%8d |%12d |%2d |%2d |%10d |%10d | %-s| %-s„,
               [dwIndex, dwType, MacAddr2Str (TMacAddress (bPhysAddr),
               dwPhysAddrLen), dwMTU, dwSpeed, dwAdminStatus,
               il dwOPerStatus, Int64 (dwInOctets), Int64 (dwOutOctets), contatori di // è a 32 bits
               il sIfName, lo sDescr]) // Angus, hanno aggiunto in/out
               );
          estremità;
      estremità;
  estremità;
  SetLength (IfRows, 0);  // libera la memoria
estremità;

funzione IpHlpIfEntry (indice: numero intero; varietà IfRow: TMibIfRow): numero intero;
cominciare
  risultato: = ERROR_NOT_SUPPORTED;
  se non LoadIpHlp allora esce;
  FillChar (IfRow, SizeOf (TMibIfRow), #0);  amplificatore libero di //, poiché W98 non fa
  IfRow.dwIndex: = indice;
  risultato: = GetIfEntry (@IfRow);
estremità;

//-----------------------------------------------------------------------------
{Info sugli adattatori installati}

funzione IpHlpAdaptersInfo (varietà AdpTot: numero intero; varietà AdpRows: TAdaptorRows): numero intero;
varietà
  BufLen: DWORD;
  AdapterInfo: PTIP_ADAPTER_INFO;
  PIpAddr: PTIP_ADDR_STRING;
  PBuf: PCHAR;
  I: numero intero;
cominciare
  SetLength (AdpRows, 4);
  AdpTot: = 0;
  BufLen: = 0;
  risultato: = GetAdaptersInfo (zero, @BufLen);
  se (<> ERROR_INSUFFICIENT_BUFFER di risultato) e (risultato = NO_ERROR) allora uscire;
  GetMem (pBuf, BufLen);
  prova
      FillChar (pBuf^, BufLen, #0);  amplificatore libero di //
      risultato: = GetAdaptersInfo (PTIP_ADAPTER_INFO (PBuf), @BufLen);
      se risultato = NO_ERROR allora
      cominciare
         AdapterInfo: = PTIP_ADAPTER_INFO (PBuf);
         mentre (zero del <> di AdapterInfo) fare
         cominciare
            AdpRows [AdpTot] .IPAddressTot: = 0;
            SetLength (AdpRows [AdpTot] .IPAddressList, 2);
            SetLength (AdpRows [AdpTot] .IPMaskList, 2);
            AdpRows [AdpTot] .GatewayTot: = 0;
            SetLength (AdpRows [AdpTot] .GatewayList, 2);
            AdpRows [AdpTot] .DHCPTot: = 0;
            SetLength (AdpRows [AdpTot] .DHCPServer, 2);
            AdpRows [AdpTot] .PrimWINSTot: = 0;
            SetLength (AdpRows [AdpTot] .PrimWINSServer, 2);
            AdpRows [AdpTot] .SecWINSTot: = 0;
            SetLength (AdpRows [AdpTot] .SecWINSServer, 2);
            AdpRows [AdpTot] .CurrIPAddress: = NULL_IP;
            AdpRows [AdpTot] .CurrIPMask: = NULL_IP;
            AdpRows [AdpTot] .AdapterName: = disposizione (stringa (AdapterInfo^.AdapterName));
            AdpRows [AdpTot]. Descrizione: = disposizione (stringa (AdapterInfo^.Description));
            AdpRows [AdpTot] .MacAddress: = MacAddr2Str (TMacAddress (
                                 AdapterInfo^.Address), AdapterInfo^.AddressLength);
            AdpRows [AdpTot]. Indice: = AdapterInfo^.Index;
            AdpRows [AdpTot] .aType: = AdapterInfo^.aType;
            AdpRows [AdpTot] .DHCPEnabled: = AdapterInfo^.DHCPEnabled;
            se zero del <> di AdapterInfo^.CurrentIPAddress allora
            cominciare
                AdpRows [AdpTot] .CurrIPAddress: = AdapterInfo^.CurrentIPAddress.IpAddress;
                AdpRows [AdpTot] .CurrIPMask: = AdapterInfo^.CurrentIPAddress.IpMask;
            estremità;

        // ottiene la lista dei IP address e delle mascherine per IPAddressList
            I: = 0;
            PIpAddr: = @AdapterInfo^.IPAddressList;
            mentre (zero del <> di PIpAddr) fare
            cominciare
                AdpRows [AdpTot] .IPAddressList [I]: = PIpAddr.IpAddress;
                AdpRows [AdpTot] .IPMaskList [I]: = PIpAddr.IpMask;
                PIpAddr: = PIpAddr.Next;
                inc (i);
                se <= I di lunghezza (AdpRows [AdpTot] .IPAddressList) allora
                cominciare
                     SetLength (AdpRows [AdpTot] .IPAddressList, I * 2);
                     SetLength (AdpRows [AdpTot] .IPMaskList, I * 2);
                estremità;
            estremità;
            AdpRows [AdpTot] .IPAddressTot: = I;

        // ottiene la lista dei IP address per GatewayList
            I: = 0;
            PIpAddr: = @AdapterInfo^.GatewayList;
            mentre (zero del <> di PIpAddr) fare
            cominciare
                AdpRows [AdpTot] .GatewayList [I]: = PIpAddr.IpAddress;
                PIpAddr: = PIpAddr.Next;
                inc (i);
                se <= I di lunghezza (AdpRows [AdpTot] .GatewayList) allora
                             SetLength (AdpRows [AdpTot] .GatewayList, I * 2);
            estremità;
            AdpRows [AdpTot] .GatewayTot: = I;

        // ottiene la lista dei IP address per GatewayList
            I: = 0;
            PIpAddr: = @AdapterInfo^.DHCPServer;
            mentre (zero del <> di PIpAddr) fare
            cominciare
                AdpRows [AdpTot] .DHCPServer [I]: = PIpAddr.IpAddress;
                PIpAddr: = PIpAddr.Next;
                inc (i);
                se <= I di lunghezza (AdpRows [AdpTot] .DHCPServer) allora
                             SetLength (AdpRows [AdpTot] .DHCPServer, I * 2);
            estremità;
            AdpRows [AdpTot] .DHCPTot: = I;

        // ottiene la lista dei IP address per PrimaryWINSServer
            I: = 0;
            PIpAddr: = @AdapterInfo^.PrimaryWINSServer;
            mentre (zero del <> di PIpAddr) fare
            cominciare
                AdpRows [AdpTot] .PrimWINSServer [I]: = PIpAddr.IpAddress;
                PIpAddr: = PIpAddr.Next;
                inc (i);
                se <= I di lunghezza (AdpRows [AdpTot] .PrimWINSServer) allora
                             SetLength (AdpRows [AdpTot] .PrimWINSServer, I * 2);
            estremità;
            AdpRows [AdpTot] .PrimWINSTot: = I;

       // ottiene la lista dei IP address per SecondaryWINSServer
            I: = 0;
            PIpAddr: = @AdapterInfo^.SecondaryWINSServer;
            mentre (zero del <> di PIpAddr) fare
            cominciare
                AdpRows [AdpTot] .SecWINSServer [I]: = PIpAddr.IpAddress;
                PIpAddr: = PIpAddr.Next;
                inc (i);
                se <= I di lunghezza (AdpRows [AdpTot] .SecWINSServer) allora
                             SetLength (AdpRows [AdpTot] .SecWINSServer, I * 2);
            estremità;
            AdpRows [AdpTot] .SecWINSTot: = I;

            AdpRows [AdpTot] .LeaseObtained: = AdapterInfo^.LeaseObtained;
            AdpRows [AdpTot] .LeaseExpires: = AdapterInfo^.LeaseExpires;

            inc (AdpTot);
            se <= AdpTot di lunghezza (AdpRows) allora
                            SetLength (AdpRows, AdpTot * 2);  // più memoria
            AdapterInfo: = AdapterInfo^.Next;
         estremità;
         SetLength (AdpRows, AdpTot);
      estremità;
  infine
      FreeMem (pBuf);
  estremità;
estremità;

procedura Get_AdaptersInfo (lista: TStrings);
varietà
  AdpTot: numero intero;
  AdpRows: TAdaptorRows;
  Errore: DWORD;
  I: numero intero;
  //J: numero intero;  jpt - vedere sotto
  //S: stringa;        identificazione
cominciare
  se non assegnato (lista) allora USCIRE;
  List.Clear;
  SetLength (AdpRows, 0);
  AdpTot: = 0;
  Errore: = IpHlpAdaptersInfo (AdpTot, AdpRows);
  se (<> 0 di errore) allora
      List.Add (SysErrorMessage (GetLastError))
  altrimenti se AdpTot = 0 allora
      List.Add (“no entries.")
  altrimenti
  cominciare
      per la I: = 0 a Pred (AdpTot) fa
      cominciare
        con AdpRows [I] fare
        cominciare
            //List.Add (AdapterName + “|„ + descrizione); jpt di //: non utile
            List.Add (disposizione (“%8.8x | %6s | %16s | %2d | %16s | %16s | %16s„,
                [Indice, AdaptTypes [aType], MacAddress, DHCPEnabled,
                GatewayList [0], DHCPServer [0], PrimWINSServer [0]]));
            {se jpt di // del <> 0 di IPAddressTot allora: non utile
            cominciare
                S: = '';
                per J: = 0 a Pred (IPAddressTot) fa
                        S: = S + IPAddressList [J] + “/„ + IPMaskList [J] + “ | „;
                List.Add (IntToStr (IPAddressTot) + “IP Addresse: „ + S);
            estremità;
            List.Add (''); }
        estremità;
      estremità;
  estremità;
  SetLength (AdpRows, 0);
estremità;

//-----------------------------------------------------------------------------
{ottenere il IP indicato di tempo e del hopcount di viaggio di andata e ritorno}
funzione Get_RTTAndHopCount (IPAddr: DWORD; MaxHops: Longint; RTT di varietà: Longint;
  varietà HopCount: Longint): numero intero;
cominciare
  se non GetRTTAndHopCount (IPAddr, @HopCount, MaxHops, @RTT) allora
  cominciare
    Risultato: = GetLastError;
    RTT: = -1; Destinazione di // inaccessible, BAD_HOST_NAME, ecc…
    HopCount: = -1;
  estremità
  altrimenti
    Risultato: = NO_ERROR;
estremità;

//-----------------------------------------------------------------------------
{ARP-tabella elenca i rapporti fra il IP a distanza ed il MAC-address a distanza.
 NOTA: queste sono entrate nascoste; quando ci è più traffico di rete alla a
 il nodo, entrata è cancellato dopo alcuni minuti.
}
procedura Get_ARPTable (lista: TStrings);
varietà
  IPNetRow: TMibIPNetRow;
  TableSize: DWORD;
  NumEntries: DWORD;
  ErrorCode: DWORD;
  i: numero intero;
  pBuf: PChar;
cominciare
  se non assegnato (lista) allora USCIRE;
  List.Clear;
  di // chiamata in primo luogo: ottenere la lunghezza della tabella
  TableSize: = 0;
  ErrorCode: = GetIPNetTable (zero, @TableSize, falso);   // Angus
  //
  se ErrorCode = ERROR_NO_DATA allora
  cominciare
    List.Add (“ARP-nascondiglio empty.");
    USCITA;
  estremità;
  // ottiene la tabella
  GetMem (pBuf, TableSize);
  NumEntries: = 0;
  prova
  ErrorCode: = GetIpNetTable (PTMIBIPNetTable (pBuf), @TableSize, falso);
  se ErrorCode = NO_ERROR allora
  cominciare
    NumEntries: = PTMIBIPNetTable (pBuf) ^.dwNumEntries;
    se NumEntries > 0 allora paranoie di // che colpiscono, ma voi non sa mai…
    cominciare
      inc (pBuf, SizeOf (DWORD)); // ottiene il formato passato della tabella
      per la i: = 1 a NumEntries fa
      cominciare
        IPNetRow: = ^ di PTMIBIPNetRow (PBuf);
        con IPNetRow fare
          List.Add (disposizione (“%8x | %12s | %16s | %10s„,
                           [dwIndex, MacAddr2Str (bPhysAddr, dwPhysAddrLen),
                           IPAddr2Str (dwAddr), ARPEntryType [dwType]
                           ]));
        inc (pBuf, SizeOf (IPNetRow));
      estremità;
    estremità
    altrimenti
      List.Add (“ARP-nascondiglio empty.");
  estremità
  altrimenti
    List.Add (SysErrorMessage (ErrorCode));

  // noi indicatore di restauro del _must_!
  infine
      dicembre (pBuf, SizeOf (DWORD) + NumEntries * SizeOf (IPNetRow));
      FreeMem (pBuf);
  estremità;
estremità;


//------------------------------------------------------------------------------
procedura Get_TCPTable (lista: TStrings);
varietà
  TCPRow: TMIBTCPRow;
  i,
    NumEntries: numero intero;
  TableSize: DWORD;
  ErrorCode: DWORD;
  DestIP: stringa;
  pBuf: PChar;
cominciare
  se non assegnato (lista) allora USCIRE;
  List.Clear;
  RecentIPs.Clear;
  di // chiamata in primo luogo: ottenere il formato della tabella
  TableSize: = 0;
  NumEntries: = 0;
  ErrorCode: = GetTCPTable (zero, @TableSize, falso);  // Angus
  se <> ERROR_INSUFFICIENT_BUFFER di Errorcode allora
    USCITA;

  // ottiene ancora la capacità di memoria required, chiamata
  GetMem (pBuf, TableSize);
  // ottiene la tabella
  ErrorCode: = GetTCPTable (PTMIBTCPTable (pBuf), @TableSize, falso);
  se ErrorCode = NO_ERROR allora
  cominciare

    NumEntries: = PTMIBTCPTable (pBuf) ^.dwNumEntries;
    se NumEntries > 0 allora
    cominciare
      inc (pBuf, SizeOf (DWORD)); // ottiene il formato passato della tabella
      per la i: = 1 a NumEntries fa
      cominciare
        TCPRow: = ^ di PTMIBTCPRow (pBuf); // ottiene l'annotazione seguente
        con TCPRow fare
        cominciare
          se dwRemoteAddr = 0 allora
            dwRemotePort: = 0;
          DestIP: = IPAddr2Str (dwRemoteAddr);
          List.Add (
            Disposizione (“%15s: %-7s | %15s: %-7s | %-16s„,
            [IpAddr2Str (dwLocalAddr),
            Port2Svc (Port2Wrd (dwLocalPort)),
              DestIP,
              Port2Svc (Port2Wrd (dwRemotePort)),
              TCPConnState [dwState]
              ]));
         //
            se (non (dwRemoteAddr = 0))
            e (RecentIps.IndexOf (DestIP) = -1) allora
               RecentIPs.Add (DestIP);
        estremità;
        inc (pBuf, SizeOf (TMIBTCPRow));
      estremità;
    estremità;
  estremità
  altrimenti
    List.Add (SyserrorMessage (ErrorCode));
  dicembre (pBuf, SizeOf (DWORD) + NumEntries * SizeOf (TMibTCPRow));
  FreeMem (pBuf);
estremità;

//------------------------------------------------------------------------------
procedura Get_TCPStatistics (lista: TStrings);
varietà
  TCPStats: TMibTCPStats;
  ErrorCode: DWORD;
cominciare
  se non assegnato (lista) allora USCIRE;
  List.Clear;
  se non LoadIpHlp allora esce;
  ErrorCode: = GetTCPStatistics (@TCPStats);
  se ErrorCode = NO_ERROR allora
    con TCPStats fare
    cominciare
      List.Add (“procedura della ritrasmissione: „ + TCPToAlgo [dwRTOAlgorithm]);
      List.Add (“prespegnimento minimo: „ + IntToStr (dwRTOMin) + “spettrografia di massa ");
      List.Add (“prespegnimento massimo: „ + IntToStr (dwRTOMax) + “spettrografia di massa ");
      List.Add (“massimo Pend.Connections: „ + IntToStr (dwRTOAlgorithm));
      List.Add (“il Active si apre: „ + IntToStr (dwActiveOpens));
      List.Add (“il passivo si apre: „ + IntToStr (dwPassiveOpens));
      List.Add (“ha venuto a mancare i tentativi aperti: „ + IntToStr (dwAttemptFails));
      List.Add (“connett. stabiliti. Risistemazione: „ + IntToStr (dwEstabResets));
      List.Add (“connett. stabiliti correnti.: „ + IntToStr (dwCurrEstab));
      List.Add (“i segmenti hanno ricevuto: „ + IntToStr (dwInSegs));
      List.Add (“i segmenti hanno trasmesso: „ + IntToStr (dwOutSegs));
      List.Add (“i segmenti hanno ritrasmesso: „ + IntToStr (dwReTransSegs));
      List.Add (“errori ricevuti: „ + IntToStr (dwInErrs));
      List.Add (“risistemazioni uscenti: „ + IntToStr (dwOutRsts));
      List.Add (“collegamenti cumulativi: „ + IntToStr (dwNumConns));
    estremità
  altrimenti
    List.Add (SyserrorMessage (ErrorCode));
estremità;

funzione IpHlpTCPStatistics (varietà TCPStats: TMibTCPStats): numero intero;
cominciare
    risultato: = ERROR_NOT_SUPPORTED;
    se non LoadIpHlp allora esce;
    risultato: = GetTCPStatistics (@TCPStats);
estremità;

//------------------------------------------------------------------------------
procedura Get_UDPTable (lista: TStrings);
varietà
  UDPRow: TMIBUDPRow;
  i,
    NumEntries: numero intero;
  TableSize: DWORD;
  ErrorCode: DWORD;
  pBuf: PChar;
cominciare
  se non assegnato (lista) allora USCIRE;
  List.Clear;

  di // chiamata in primo luogo: ottenere il formato della tabella
  TableSize: = 0;
  NumEntries: = 0;
  ErrorCode: = GetUDPTable (zero, @TableSize, falso);
  se <> ERROR_INSUFFICIENT_BUFFER di Errorcode allora
    USCITA;

  // ottiene ancora il formato required della memoria, chiamata
  GetMem (pBuf, TableSize);

  // ottiene la tabella
  ErrorCode: = GetUDPTable (PTMIBUDPTable (pBuf), @TableSize, falso);
  se ErrorCode = NO_ERROR allora
  cominciare
    NumEntries: = PTMIBUDPTable (pBuf) ^.dwNumEntries;
    se NumEntries > 0 allora
    cominciare
      inc (pBuf, SizeOf (DWORD)); // ottiene il formato passato della tabella
      per la i: = 1 a NumEntries fa
      cominciare
        UDPRow: = ^ di PTMIBUDPRow (pBuf); // ottiene l'annotazione seguente
        con UDPRow fare
          List.Add (disposizione (“%15s: %-6s„,
            [IpAddr2Str (dwLocalAddr),
            Port2Svc (Port2Wrd (dwLocalPort))
              ]));
        inc (pBuf, SizeOf (TMIBUDPRow));
      estremità;
    estremità
    altrimenti
      List.Add (“no entries.");
  estremità
  altrimenti
    List.Add (SyserrorMessage (ErrorCode));
  dicembre (pBuf, SizeOf (DWORD) + NumEntries * SizeOf (TMibUDPRow));
  FreeMem (pBuf);
estremità;

//------------------------------------------------------------------------------
procedura Get_IPAddrTable (lista: TStrings);
varietà
  IPAddrRow: TMibIPAddrRow;
  TableSize: DWORD;
  ErrorCode: DWORD;
  i: numero intero;
  pBuf: PChar;
  NumEntries: DWORD;
cominciare
  se non assegnato (lista) allora USCIRE;
  List.Clear;
  TableSize: = 0; ;
  NumEntries: = 0;
  di // chiamata in primo luogo: ottenere la lunghezza della tabella
  ErrorCode: = GetIpAddrTable (zero, @TableSize, allineare);  // Angus
  se <> ERROR_INSUFFICIENT_BUFFER di Errorcode allora
    USCITA;

  GetMem (pBuf, TableSize);
  // ottiene la tabella
  ErrorCode: = GetIpAddrTable (PTMibIPAddrTable (pBuf), @TableSize, allineare);
  se ErrorCode = NO_ERROR allora
  cominciare
    NumEntries: = PTMibIPAddrTable (pBuf) ^.dwNumEntries;
    se NumEntries > 0 allora
    cominciare
      inc (pBuf, SizeOf (DWORD));
      per la i: = 1 a NumEntries fa
      cominciare
        IPAddrRow: = ^ di PTMIBIPAddrRow (pBuf);
        con IPAddrRow fare
          List.Add (disposizione (“%8.8x | %15s | %15s | %15s | %8.8d„,
            [dwIndex,
            IPAddr2Str (dwAddr),
              IPAddr2Str (dwMask),
              IPAddr2Str (dwBCastAddr),
              dwReasmSize
              ]));
        inc (pBuf, SizeOf (TMIBIPAddrRow));
      estremità;
    estremità
    altrimenti
      List.Add (“no entries.");
  estremità
  altrimenti
    List.Add (SysErrorMessage (ErrorCode));

  // dobbiamo ristabilire l'indicatore!
  dicembre (pBuf, SizeOf (DWORD) + NumEntries * SizeOf (IPAddrRow));
  FreeMem (pBuf);
estremità;

//-----------------------------------------------------------------------------
{ottiene le entrate in tabella di percorso; equivalente “alla stampa dell'itinerario„}
procedura Get_IPForwardTable (lista: TStrings);
varietà
  IPForwRow: TMibIPForwardRow;
  TableSize: DWORD;
  ErrorCode: DWORD;
  i: numero intero;
  pBuf: PChar;
  NumEntries: DWORD;
cominciare

  se non assegnato (lista) allora USCIRE;
  List.Clear;
  TableSize: = 0;

  di // chiamata in primo luogo: ottenere la lunghezza della tabella
  NumEntries: = 0;
  ErrorCode: = GetIpForwardTable (zero, @TableSize, allineare);
  se <> ERROR_INSUFFICIENT_BUFFER di Errorcode allora
    USCITA;

  // ottiene la tabella
  GetMem (pBuf, TableSize);
  ErrorCode: = GetIpForwardTable (PTMibIPForwardTable (pBuf), @TableSize, allineare);
  se ErrorCode = NO_ERROR allora
  cominciare
    NumEntries: = PTMibIPForwardTable (pBuf) ^.dwNumEntries;
    se NumEntries > 0 allora
    cominciare
      inc (pBuf, SizeOf (DWORD));
      per la i: = 1 a NumEntries fa
      cominciare
        IPForwRow: = ^ di PTMibIPForwardRow (pBuf);
        con IPForwRow fare
        cominciare
          se (dwForwardType < 1)
          o (dwForwardType > 4) allora
                   dwForwardType: = 1;   // Angus, tiene conto il valore difettoso
          List.Add (disposizione (
            “%15s | %15s | %15s | %8.8x | %7s |   %5.5d |  %7s |   %2.2d„,
            [IPAddr2Str (più dwForwardDest),
            IPAddr2Str (dwForwardMask),
              IPAddr2Str (dwForwardNextHop),
              dwForwardIFIndex,
              IPForwTypes [dwForwardType],
              dwForwardNextHopAS,
              IPForwProtos [dwForwardProto],
              dwForwardMetric1
              ]));
        estremità;       
        inc (pBuf, SizeOf (TMibIPForwardRow));
      estremità;
    estremità
    altrimenti
      List.Add (“no entries.");
  estremità
  altrimenti
    List.Add (SysErrorMessage (ErrorCode));
  dicembre (pBuf, SizeOf (DWORD) + NumEntries * SizeOf (TMibIPForwardRow));
  FreeMem (pBuf);
estremità;

//------------------------------------------------------------------------------
procedura Get_IPStatistics (lista: TStrings);
varietà
  IPStats: TMibIPStats;
  ErrorCode: numero intero;
cominciare
  se non assegnato (lista) allora USCIRE;
  se non LoadIpHlp allora esce;
  ErrorCode: = GetIPStatistics (@IPStats);
  se ErrorCode = NO_ERROR allora
  cominciare
    List.Clear;
    con IPStats fare
    cominciare
      se dwForwarding = 1 allora
        List.add (“la spedizione ha permesso a: „ + “sì ")
      altrimenti
        List.add (“la spedizione ha permesso a: „ + “nessun ");
      List.add (“difetto TTL: „ + inttostr (dwDefaultTTL));
      List.add (“i Datagrams hanno ricevuto: „ + inttostr (dwInReceives));
      List.add (“errori dell'intestazione (dentro): „ + inttostr (dwInHdrErrors));
      List.add (“errori di indirizzo (dentro): „ + inttostr (dwInAddrErrors));
      List.add (“i Datagrams hanno trasmesso: „ + inttostr (dwForwDatagrams));   // Angus
      List.add (“protocolli sconosciuti (dentro): „ + inttostr (dwInUnknownProtos));
      List.add (“i Datagrams hanno scartato: „ + inttostr (dwInDiscards));
      List.add (“i Datagrams hanno trasportato: „ + inttostr (dwInDelivers));
      List.add (“richieste fuori: „ + inttostr (dwOutRequests));
      List.add (“i percorsi hanno scartato: „ + inttostr (dwRoutingDiscards));
      List.add (“nessun itinerari (fuori): „ + inttostr (dwOutNoRoutes));
      List.add (“riunire i prespegnimenti: „ + inttostr (dwReasmTimeOut));
      List.add (“riunire le richieste: „ + inttostr (dwReasmReqds));
      List.add (“rimontaggi di Succesfull: „ + inttostr (dwReasmOKs));
      List.add (“ha venuto a mancare i rimontaggi: „ + inttostr (dwReasmFails));
      List.add (“riuscite frammentazioni: „ + inttostr (dwFragOKs));
      List.add (“ha venuto a mancare le frammentazioni: „ + inttostr (dwFragFails));
      List.add (“i Datagrams hanno spezzettato: „ + inttostr (dwFRagCreates));
      List.add (“numero delle interfacce: „ + inttostr (dwNumIf));
      List.add (“numero dei IP address: „ + inttostr (dwNumAddr));
      List.add (“itinerari in RoutingTable: „ + inttostr (dwNumRoutes));
    estremità;
  estremità
  altrimenti
    List.Add (SysErrorMessage (ErrorCode));
estremità;

funzione IpHlpIPStatistics (varietà IPStats: TMibIPStats): numero intero;      // Angus
cominciare
    risultato: = ERROR_NOT_SUPPORTED;
    se non LoadIpHlp allora esce;
    risultato: = GetIPStatistics (@IPStats);
estremità;

//------------------------------------------------------------------------------
procedura Get_UdpStatistics (lista: TStrings);
varietà
  UdpStats: TMibUDPStats;
  ErrorCode: numero intero;
cominciare
  se non assegnato (lista) allora USCIRE;
  ErrorCode: = GetUDPStatistics (@UdpStats);
  se ErrorCode = NO_ERROR allora
  cominciare
    List.Clear;
    con UDPStats fare
    cominciare
      List.add (“Datagrams (dentro): „ + inttostr (dwInDatagrams));
      List.add (“Datagrams (fuori): „ + inttostr (dwOutDatagrams));
      List.add (“nessun orificii: „ + inttostr (dwNoPorts));
      List.add (“errori (dentro): „ + inttostr (dwInErrors));
      List.add (“il UDP ascolta orificii: „ + inttostr (dwNumAddrs));
    estremità;
  estremità
  altrimenti
    List.Add (SysErrorMessage (ErrorCode));
estremità;

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
funzione IpHlpUdpStatistics (UdpStats: TMibUDPStats): numero intero;     // Angus
cominciare
    risultato: = ERROR_NOT_SUPPORTED;
    se non LoadIpHlp allora esce;
    risultato: = GetUDPStatistics (@UdpStats);
estremità;

//------------------------------------------------------------------------------
procedura Get_ICMPStats (ICMPIn, ICMPOut: TStrings);
varietà
  ErrorCode: DWORD;
  ICMPStats: PTMibICMPInfo;
cominciare
  se (ICMPIn = zero) o (ICMPOut = zero) allora USCIRE;
  ICMPIn.Clear;
  ICMPOut.Clear;
  Nuovo (ICMPStats);
  ErrorCode: = GetICMPStatistics (ICMPStats);
  se ErrorCode = NO_ERROR allora
  cominciare
    con ICMPStats.InStats fare
    cominciare
      ICMPIn.Add (“i messaggi hanno ricevuto: „ + IntToStr (dwMsgs));
      ICMPIn.Add (“errori: „ + IntToStr (dwErrors));
      ICMPIn.Add (“Dest. Inaccessible: „ + IntToStr (dwDestUnreachs));
      ICMPIn.Add (“il tempo ha ecceduto: „ + IntToStr (dwTimeEcxcds));
      ICMPIn.Add (“Param. Problemi: „ + IntToStr (dwParmProbs));
      ICMPIn.Add (“la fonte estigue: „ + IntToStr (dwSrcQuenchs));
      ICMPIn.Add (“riorienta: „ + IntToStr (dwRedirects));
      ICMPIn.Add (“richieste di eco: „ + IntToStr (dwEchos));
      ICMPIn.Add (“risposte di eco: „ + IntToStr (dwEchoReps));
      ICMPIn.Add (“richieste del timestamp: „ + IntToStr (dwTimeStamps));
      ICMPIn.Add (“risposte del timestamp: „ + IntToStr (dwTimeStampReps));
      ICMPIn.Add (“Addr. Richieste delle mascherine: „ + IntToStr (dwAddrMasks));
      ICMPIn.Add (“Addr. Risposte della mascherina: „ + IntToStr (dwAddrReps));
    estremità;
     //
    con ICMPStats.OutStats fare
    cominciare
      ICMPOut.Add (“i messaggi hanno trasmesso: „ + IntToStr (dwMsgs));
      ICMPOut.Add (“errori: „ + IntToStr (dwErrors));
      ICMPOut.Add (“Dest. Inaccessible: „ + IntToStr (dwDestUnreachs));
      ICMPOut.Add (“il tempo ha ecceduto: „ + IntToStr (dwTimeEcxcds));
      ICMPOut.Add (“Param. Problemi: „ + IntToStr (dwParmProbs));
      ICMPOut.Add (“la fonte estigue: „ + IntToStr (dwSrcQuenchs));
      ICMPOut.Add (“riorienta: „ + IntToStr (dwRedirects));
      ICMPOut.Add (“richieste di eco: „ + IntToStr (dwEchos));
      ICMPOut.Add (“risposte di eco: „ + IntToStr (dwEchoReps));
      ICMPOut.Add (“richieste del timestamp: „ + IntToStr (dwTimeStamps));
      ICMPOut.Add (“risposte del timestamp: „ + IntToStr (dwTimeStampReps));
      ICMPOut.Add (“Addr. Richieste delle mascherine: „ + IntToStr (dwAddrMasks));
      ICMPOut.Add (“Addr. Risposte della mascherina: „ + IntToStr (dwAddrReps));
    estremità;
  estremità
  altrimenti
    IcmpIn.Add (SysErrorMessage (ErrorCode));
  Disporre (ICMPStats);
estremità;

//------------------------------------------------------------------------------
procedura Get_RecentDestIPs (lista: TStrings);
cominciare
  se allora assegnato (lista)
    List.Assign (RecentIPs)
estremità;

inizio

  RecentIPs: = TStringList.Create;

completamento

  RecentIPs.Free;

end.
class= del

Risposta : Come usare un'unità

Non è facile come pensate. Realmente, non potete intercettare il pacchetto del ICMP al livello di applicazione. Probabilmente dovrete scrivere un driver della rete (non può essere fatto a Delfi, avrete bisogno di C/C++ e del corredo di sviluppo del driver).

O potete usare un driver di terzi, come la ventosa di pacchetto SDK:
http://www.microolap.com/products/network/pssdk/

Inoltre potete usare un programma di utilità libero, come l'intercettore del ICMP:
http://www.sabronet.com/icmpinterceptor/icmpinterceptor.html
Altre soluzioni  
 
programming4us programming4us