BlitzCC.exe trying to use network

Blitz3D Forums/Blitz3D Programming/BlitzCC.exe trying to use network

Jake L.(Posted 2005) [#1]
Hi,

sometimes (seems random) BlitzCC.exe accesses the network a few seconds after launch of an app (from IDE), causing my firewall to pop up a message:

C:\Programme\Protean\Protean.exe
Parent Version : 1.4.1884.26595
Parent Description : Protean IDE
Parent Process ID : 0xB60 (Heximal) 2912 (Decimal)


File Version :
File Description : C:\Programme\Blitz3D\bin\blitzcc.exe
File Path : C:\Programme\Blitz3D\bin\blitzcc.exe
Process ID : 0xBF8 (Heximal) 3064 (Decimal)

Connection origin : local initiated
Protocol : Raw Ethernet
Local Address : 0.0.0.0
Local Port : 0
Remote Name :
Remote Address : 0.0.0.0
Remote Port : 0

Ethernet packet details:
Ethernet II (Packet Length: 56)
Destination: ff-ff-ff-ff-ff-ff
Source: 00-50-04-b9-08-fb
Type: ARP (0x0806)
Address Resolution Protocol (ARP)
Hardware type: Ethernet (0x0001)
Protocol type: IP (0x0800)
Hardware size: 6
Protocol size: 4
Opcode: Request
Sender hardware address: 00-50-04-b9-08-fb
Sender IP address: 192.168.10.42
Target hardware address: 00-00-00-00-00-00
Target IP address: 192.168.10.1

Binary dump of the packet:
0000: FF FF FF FF FF FF 00 50 : 04 B9 08 FB 08 06 00 01 | .......P........
0010: 08 00 06 04 00 01 00 50 : 04 B9 08 FB C0 A8 0A 2A | .......P.......*
0020: 00 00 00 00 00 00 C0 A8 : 0A 01 22 97 50 FB 50 18 | ..........".P.P.
0030: FE DC 13 96 00 00 BF BB : | ........

Does anyone know what BlitzCC tries to do (192.168.10.1 is my defaultgate) ?
Of course I'm not using any network command in my code.


Andy(Posted 2005) [#2]
Maybe this was similar?

http://www.blitzbasic.com/Community/posts.php?topic=53452#597390


Andy