hikalium
hikalium
``` $ sudo WIRESHARK_LOG_LEVEL=CRITICAL tshark -i lo -Y 'tcp.port==18080' -T fields -e _ws.col.Info Running as user "root" and group "root". This could be dangerous. Capturing on 'Loopback: lo' 52510 →...
``` sudo tcpdump -i lo -f "tcp port 18080" -w tcp_hello.pcapng ```
``` hikalium@penguin:~$ tshark -r tcp_hello.pcapng -Y 'tcp.port==18080' -T fields -e _ws.col.Info 55962 → 18080 [SYN] Seq=0 Win=65476 Len=0 MSS=65476 SACK_PERM=1 TSval=1445116958 TSecr=0 WS=128 18080 → 55962 [SYN, ACK] Seq=0 Ack=1...
``` 0000 00 00 00 00 00 00 00 00 00 00 00 00 86 dd 60 04 ..............`. 0010 20 8c 00 28 06 40 00 00 00 00...
https://people.freebsd.org/~wpaul/RealTek/RTL8111B_8168B_Registers_DataSheet_1.0.pdf ??
483471443512d42dff2f04f2793c94540ba59359
QEMU emulator version 3.1.50 (v3.1.0-1836-g1e36232994) on macOS hosts does not support x2APIC...(even if -accel=hvf, -cpu=host)
``` > show madt show madt MADT(type=0x0) Processor 0x0 local_apic_id = 0x0 Enabled MADT(type=0x0) Processor 0x1 local_apic_id = 0x1 Enabled MADT(type=0x0) Processor 0x2 local_apic_id = 0x2 Enabled MADT(type=0x0) Processor 0x3...
Memory map buffer needed: 0xA80 bytes QEMU emulator version 3.1.50 (v3.1.0-1836-g1e36232994)
``` > show nfit NFIT found NFIT Size in bytes: 0xE0 SPARange #: 0x2 Base: 0x280000000 Length: 0x80000000 attr: 8008 = NV WB type: ByteAddressablePersistentMemory Region Mapping NFIT Device Handle...