Go to the source code of this file.
|
OPEN_NET_GLOBAL unsigned char * | TCP_Data (OPEN_NET_GLOBAL unsigned char *aData) |
| This function returns a pointer to the payload. More...
|
|
unsigned short | TCP_DestinationPort (OPEN_NET_GLOBAL const unsigned char *aData) |
| This function returns the destination port. More...
|
|
unsigned short | TCP_SourcePort (OPEN_NET_GLOBAL const unsigned char *aData) |
| This function returns the source port. More...
|
|
- Author
- KMS - Martin Dubois, ing.
- Copyright
- Copyright © 1029 KMS. All rights reserved.
OPEN_NET_GLOBAL unsigned char* TCP_Data |
( |
OPEN_NET_GLOBAL unsigned char * |
aData | ) |
|
This function returns a pointer to the payload.
- Parameters
-
aData | A pointer to the TCP header |
- Returns
- This function returns a pointer to the payload.
unsigned short TCP_DestinationPort |
( |
OPEN_NET_GLOBAL const unsigned char * |
aData | ) |
|
This function returns the destination port.
- Parameters
-
aData | A pointer to the TCP header |
- Returns
- This function returns the destination port.
unsigned short TCP_SourcePort |
( |
OPEN_NET_GLOBAL const unsigned char * |
aData | ) |
|
This function returns the source port.
- Parameters
-
aData | A pointer to the TCP header |
- Returns
- This function returns the source port.