History log of /system/core/libnetutils/packet.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cdf0fc60184dcda9c4de9ecdb39c5a0d97b698e1 02-Nov-2017 tintin <tintinweb@oststrom.com> libnetutil: Check dhcp respose packet length am: 61f25d4a36 am: cee6d38c55 am: 29d054046f am: c29049f4f8 am: 3de04e9840 am: 19702dc499 am: 8191e9ba87 am: 804323c195 am: 4f5f00d879 am: 3a1ff1ad71
am: bab7b1ecd9

Change-Id: Id56f81b841d83b4b6fc75517fa165c0000dac663
29d054046fd923be20c1d7a96e341451a42533ea 02-Nov-2017 tintin <tintinweb@oststrom.com> libnetutil: Check dhcp respose packet length am: 61f25d4a36
am: cee6d38c55

Change-Id: Ieac19dd67cee1f22e019ac87b33b8afcd1200dcb
61f25d4a3657e79659963d12005afa8c30883015 13-Oct-2017 tintin <tintinweb@oststrom.com> libnetutil: Check dhcp respose packet length

Bug: 67474440
Test: Manual

Change-Id: I84b533f0101a56ec01e64c7591f3c7e82f513b2e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/system/core/libnetutils/packet.c
30f991f251940be3ed11566fb71139852286f68a 10-Jan-2017 Mark Salyzyn <salyzyn@google.com> liblog: use log/log.h when utilizing ALOG macros

Test: compile
Bug: 30465923
Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
/system/core/libnetutils/packet.c
66ce3e08c5632a20ea66bde6dd76397041edf034 28-Sep-2016 Mark Salyzyn <salyzyn@google.com> system/core Replace cutils/log.h with android/log.h

Should use android/log.h instead of cutils/log.h as a good example
to all others. Adjust header order to comply with Android Coding
standards.

Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
/system/core/libnetutils/packet.c
a744b05984a963966cec08758ffe582d241be9d7 28-Jan-2015 Elliott Hughes <enh@google.com> Add missing <malloc.h> and <string.h> includes.

Change-Id: Ia41756e607663d056e7d2fdd7ecbec7e5841a913
/system/core/libnetutils/packet.c
a5d5d8477357078a636c7e0d1e80c128cfd25262 24-Nov-2014 Andreas Gampe <agampe@google.com> Libnetutils: Remove unused functions & variables

For build-system CFLAGS clean-up, remove unused functions and
variables.

Change-Id: I40a78d5a532dc32b53beb1cfc1b7645bab8add16
/system/core/libnetutils/packet.c
1c87ae05b337f789b2e56bbb273758dfb12fb2ef 23-May-2013 Ajay Dudani <adudani@codeaurora.org> libnetutils: Expect 1's complement if computed UDP checksum is zero

Per http://tools.ietf.org/html/rfc768:
If the computed checksum is zero, it is transmitted as all ones (the
equivalent in one's complement arithmetic). An all zero transmitted
checksum value means that the transmitter generated no checksum (for
debugging or for higher level protocols that don't care).

Bug: 10642341
Change-Id: Ib6296dcf3f420f87227047a645c99d9f7ea0d437
/system/core/libnetutils/packet.c
a5db95da3801cd82df80c41996b1e6f69a9acecf 26-Jul-2012 Edwin Vane <edwin.vane@intel.com> Fixed an unused param warning

libnetutils had a single warning. Fixed it to make it clean.

Change-Id: I9297e556657a38dbdd7d1d0ac4bc3574801d5ac9
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Kevin P Schoedel <kevin.p.schoedel@intel.com>
/system/core/libnetutils/packet.c
ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d 05-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE

Bug: 5449033
Change-Id: I1e070511b6a538e9f1c94657356437a457d58882
/system/core/libnetutils/packet.c
8d66c49258ac4f59bd67c23c9c914cca81f85b01 20-Dec-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

Bug: 5449033
Change-Id: I9244d927f14c750cd359ebffb1fc1c355a755d5a
/system/core/libnetutils/packet.c
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/libnetutils/packet.c
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/libnetutils/packet.c
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/libnetutils/packet.c