diff options
| author | Scott Larson <[email protected]> | 2020-10-09 12:34:01 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-10-09 12:34:01 -0700 |
| commit | c61953bcd21bb3d5e233168eb16441eba7ba9afd (patch) | |
| tree | b16b9703449153d4133939362741b83c112784d8 /common/src/nx_ip_raw_packet_processing.c | |
| parent | fbd7df3e7e1e40086d153166f035c1db5d8751be (diff) | |
6.1 Release
Diffstat (limited to 'common/src/nx_ip_raw_packet_processing.c')
| -rw-r--r-- | common/src/nx_ip_raw_packet_processing.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/src/nx_ip_raw_packet_processing.c b/common/src/nx_ip_raw_packet_processing.c index 7f92c76e..96506fe6 100644 --- a/common/src/nx_ip_raw_packet_processing.c +++ b/common/src/nx_ip_raw_packet_processing.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _nx_ip_raw_packet_processing PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Yuxin Zhou, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Yuxin Zhou Initial Version 6.0 */ +/* 09-30-2020 Yuxin Zhou Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _nx_ip_raw_packet_processing(NX_IP *ip_ptr, ULONG protocol, NX_PACKET *packet_ptr) |
