|
@@ -47,7 +47,7 @@ using namespace std;
|
|
extern Logger g_Logger;
|
|
extern Logger g_Logger;
|
|
|
|
|
|
static uint8_t IPv4Packet[IP4_PACKET_SIZE] = {
|
|
static uint8_t IPv4Packet[IP4_PACKET_SIZE] = {
|
|
- 0x45, 0x00, 0x00, 0x2e,
|
|
|
|
|
|
+ 0x45, 0x00, 0x00, 0x29,
|
|
0x00, 0x00, 0x40, 0x00,
|
|
0x00, 0x00, 0x40, 0x00,
|
|
0xff, 0x06, 0xf5, 0xfd,// Protocol = 06 (TCP)
|
|
0xff, 0x06, 0xf5, 0xfd,// Protocol = 06 (TCP)
|
|
0xc0, 0xa8, 0x02, 0x13,// IPv4 SRC Addr 192.168.2.19
|
|
0xc0, 0xa8, 0x02, 0x13,// IPv4 SRC Addr 192.168.2.19
|
|
@@ -89,7 +89,7 @@ static uint8_t IPv6Packet[] = {
|
|
|
|
|
|
static uint8_t IPv6PacketFragExtHdr[] = {
|
|
static uint8_t IPv6PacketFragExtHdr[] = {
|
|
0x60, 0x00, 0x00, 0x00,
|
|
0x60, 0x00, 0x00, 0x00,
|
|
- 0x00, 0x0c, 0x2C, 0x01, // Next header = FRAGMENT HEADER(44)
|
|
|
|
|
|
+ 0x00, 0x24, 0x2C, 0x01, // Next header = FRAGMENT HEADER(44)
|
|
0xfe, 0x80, 0x00, 0x00,
|
|
0xfe, 0x80, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00,
|
|
0xd9, 0xf9, 0xce, 0x5e,
|
|
0xd9, 0xf9, 0xce, 0x5e,
|
|
@@ -240,7 +240,7 @@ static const uint8_t Eth2IPv4Packet802_1Q_tag[] =
|
|
0x81, 0x00, 0x20, 0x03, // 802.1Q header with VLAN ID = 3
|
|
0x81, 0x00, 0x20, 0x03, // 802.1Q header with VLAN ID = 3
|
|
0x08, 0x00, // ETH2 TYPE IPv4 - ETH_P_IP 0x0800
|
|
0x08, 0x00, // ETH2 TYPE IPv4 - ETH_P_IP 0x0800
|
|
// IPv4
|
|
// IPv4
|
|
- 0x45, 0x00, 0x00, 0x2e,
|
|
|
|
|
|
+ 0x45, 0x00, 0x00, 0x29,
|
|
0x00, 0x00, 0x40, 0x00,
|
|
0x00, 0x00, 0x40, 0x00,
|
|
0xff, 0x06, 0xf5, 0xfd, // Protocol = 06 (TCP)
|
|
0xff, 0x06, 0xf5, 0xfd, // Protocol = 06 (TCP)
|
|
0xc0, 0xa8, 0x02, 0x13, // IPv4 SRC Addr 192.168.2.19
|
|
0xc0, 0xa8, 0x02, 0x13, // IPv4 SRC Addr 192.168.2.19
|