{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":65858,"defaultBranch":"main","name":"platform_external_libpcap","ownerLogin":"aosp-mirror","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2008-10-21T18:20:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/30177?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714415085.0","currentOid":""},"activityList":{"items":[{"before":"c2c7df02ed999522382b95342d6c157f9d1d21a3","after":"0797ed7340f93618fd097ad870dfc1dde7cecc4f","ref":"refs/heads/upstream-master","pushedAt":"2024-04-30T00:34:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CHANGES: pick up some 1.10.5 changes from the 1.10.5 branch. [skip ci]","shortMessageHtmlLink":"CHANGES: pick up some 1.10.5 changes from the 1.10.5 branch. [skip ci]"}},{"before":"3478122fc7b22fb974fc1e93df1f026b0208ef35","after":"003bf4b9b32d33e9e52a8b7f6762f3ba83986411","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-29T22:24:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"compiler: note that a certain error \"should not happen\".\n\nAnother such case, in gencode.c, does so already.\n\n(cherry picked from commit c2c7df02ed999522382b95342d6c157f9d1d21a3)","shortMessageHtmlLink":"compiler: note that a certain error \"should not happen\"."}},{"before":"476046ef6d0549deba27a77dfbd7efe836b3ce7f","after":"c2c7df02ed999522382b95342d6c157f9d1d21a3","ref":"refs/heads/upstream-master","pushedAt":"2024-04-29T22:24:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"compiler: note that a certain error \"should not happen\".\n\nAnother such case, in gencode.c, does so already.","shortMessageHtmlLink":"compiler: note that a certain error \"should not happen\"."}},{"before":"2ef9fec37877f1caa7b5c0cbfcb70ad7d0defb71","after":"3478122fc7b22fb974fc1e93df1f026b0208ef35","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-29T21:32:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CHANGES: Refine the 1.10.5 section. [skip ci]","shortMessageHtmlLink":"CHANGES: Refine the 1.10.5 section. [skip ci]"}},{"before":"74a71a7741c625182ea6d03d83f6b1b73c43c9de","after":"476046ef6d0549deba27a77dfbd7efe836b3ce7f","ref":"refs/heads/upstream-master","pushedAt":"2024-04-28T18:08:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Get \"set but not used\" right in a comment. [skip ci]\n\nThe original warning was:\n\ngrammar.c:1717:14: warning: variable 'pcap_nerrs' set but not used\n [-Wunused-but-set-variable]\ngrammar.c:48:20: note: expanded from macro 'yynerrs'","shortMessageHtmlLink":"Get \"set but not used\" right in a comment. [skip ci]"}},{"before":"912eba84c974b3549f8ed076a07021c61f18a45a","after":"2ef9fec37877f1caa7b5c0cbfcb70ad7d0defb71","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-27T17:30:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Add a recent contributor to CREDITS. [skip ci]","shortMessageHtmlLink":"Add a recent contributor to CREDITS. [skip ci]"}},{"before":"cdc5ae624182fd1799a03df3f43bdc4f40926563","after":"74a71a7741c625182ea6d03d83f6b1b73c43c9de","ref":"refs/heads/upstream-master","pushedAt":"2024-04-26T18:50:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Define DLT_IPMB_LINUX as 209 rather than as DLT_I2C_LINUX.\n\nWhen building libpcap on some systems, a source file that includes\n may include the system's header that defines DLT_ values,\nand, if those define DLT_IPMB_LINUX, they'll probably define it\nnumerically, as they haven't picked up our change yet.\n\nThis can cause redefinition warnings, so just define DLT_I2C_LINUX and\nDLT_IPMB_LINUX as having the same numerical value.","shortMessageHtmlLink":"Define DLT_IPMB_LINUX as 209 rather than as DLT_I2C_LINUX."}},{"before":"a932566fa1f6df16176ac702b1762ea1cd9ed9a3","after":"cdc5ae624182fd1799a03df3f43bdc4f40926563","ref":"refs/heads/upstream-master","pushedAt":"2024-04-26T07:18:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Rename {LINKTYPE,DLT}_IPMB_LINUX to {LINKTYPE,DLT}_I2C_LINUX.\n\nThe link-layer header just carries I2C information, and the initially\nproposed names had I2C (first LINKTYPE_I2C, and then LINKTYPE_I2C_LINUX\nas there was no guarantee that it would be the only I2C format used).\n\nHowever, as using it as a general I2C header would require that packet\nanalyers have a knob to select what protocol the payload is using, and\nit was requested for IPMB-over-I2C, so we decided to call it\nLINKTYPE_IPMB_LINUX.\n\nBut it's now also used for HDMI Display Data Channel traffic, which also\nruns over I2C, so it's no longer guaranteed to be IPMB traffic - and,\nsure enough, Wireshark now has a \"Decode As...\" option to indicate what\nprotocol is being used.\n\nSo let's just go back to calling it by a name that reflects how it's\nbeing used in practice, and leave DLT_IPMB_LINUX around as an alternate\nname, for backwards source compatibility.","shortMessageHtmlLink":"Rename {LINKTYPE,DLT}_IPMB_LINUX to {LINKTYPE,DLT}_I2C_LINUX."}},{"before":"844f9d7ddff47c58f27b76c1620f38345ba73627","after":"a932566fa1f6df16176ac702b1762ea1cd9ed9a3","ref":"refs/heads/upstream-master","pushedAt":"2024-04-22T22:22:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"doc: Disclaim SSL/TLS support on Windows. [skip ci]\n\nThis addresses GitHub issue #1299.","shortMessageHtmlLink":"doc: Disclaim SSL/TLS support on Windows. [skip ci]"}},{"before":null,"after":"b1847c639c6ec0ad3eabd9e083e70773e1229197","ref":"refs/heads/android14-qpr2-s3-release","pushedAt":"2024-04-17T20:57:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Snap for 10897809 from c925e13a31ff7fd475ab74cbf38bc6dafb26a5f9 to 24Q1-release\n\nChange-Id: Ic8db83d4b878e529159c203e3f176b96a9c1b99e","shortMessageHtmlLink":"Snap for 10897809 from c925e13 to 24Q1-release"}},{"before":"bae35e7664629c56e5363125956923f8f9bf2800","after":"844f9d7ddff47c58f27b76c1620f38345ba73627","ref":"refs/heads/upstream-master","pushedAt":"2024-04-16T10:10:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"bt-linux, bt-monitor-linux: use PCAP_ERROR_ codes.\n\nUse them rather than numerical values.","shortMessageHtmlLink":"bt-linux, bt-monitor-linux: use PCAP_ERROR_ codes."}},{"before":"d9b170b4b680a02950d51a1e1594d1f3f7192232","after":"912eba84c974b3549f8ed076a07021c61f18a45a","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-16T10:10:45.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"bt-linux, bt-monitor-linux: use PCAP_ERROR_ codes.\n\nUse them rather than numerical values.\n\n(cherry picked from commit 844f9d7ddff47c58f27b76c1620f38345ba73627)","shortMessageHtmlLink":"bt-linux, bt-monitor-linux: use PCAP_ERROR_ codes."}},{"before":"c81407964f2a83975315e2b6848c139ca84a0a8f","after":"bae35e7664629c56e5363125956923f8f9bf2800","ref":"refs/heads/upstream-master","pushedAt":"2024-04-15T18:51:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"modify call recvmsg function after check break_loop, with bt-linux and bt-monitor-linux.","shortMessageHtmlLink":"modify call recvmsg function after check break_loop, with bt-linux an…"}},{"before":"313f4302be7e408fa1ef7e48470d2a94d6e423fd","after":"c81407964f2a83975315e2b6848c139ca84a0a8f","ref":"refs/heads/upstream-master","pushedAt":"2024-04-12T15:04:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"doc: Clarify loopback support in README.haiku.md. [skip ci]\n\nSay \"this version\" to make the file portable between libpcap branches.","shortMessageHtmlLink":"doc: Clarify loopback support in README.haiku.md. [skip ci]"}},{"before":"ece74faa625cad042f13b9c6a07bdae399c66be6","after":"313f4302be7e408fa1ef7e48470d2a94d6e423fd","ref":"refs/heads/upstream-master","pushedAt":"2024-04-11T18:07:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Autoconf: Fix an E_EMPTY_TRANSLATION_UNIT error\n\nBuild sslutils.c only if HAVE_OPENSSL is set.\n\nRemark: rpcap-protocol.o, sockutils.o, fmtutils.o and eventually\nsslutils.o are prerequisite of libpcap.a thus also for rpcapd.\n\nFix the following error:\n\n===== SETUP 2: CC=/opt/solarisstudio12.3/bin/suncc CMAKE=no IPV6=no\nREMOTE=yes =====\n[...]\n$ make -s CFLAGS=-errwarn=%all -errtags=yes\n\"sslutils.c\", line 34: empty translation unit (E_EMPTY_TRANSLATION_UNIT)\ncc: acomp failed for sslutils.c\n\n(It reproduces on OpenCSW unstable10x and Studio 12.3/12.4)","shortMessageHtmlLink":"Autoconf: Fix an E_EMPTY_TRANSLATION_UNIT error"}},{"before":"f8223beb7301cadf90634178691d70b75973c4a4","after":"ece74faa625cad042f13b9c6a07bdae399c66be6","ref":"refs/heads/upstream-master","pushedAt":"2024-04-10T21:50:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CI: Unroll a loop in build.sh for Solaris. [skip ci]\n\nIn Solaris /bin/sh read does not recognize the -r flag until Solaris\n11.4:\n\n./build.sh: -r: is not an identifier","shortMessageHtmlLink":"CI: Unroll a loop in build.sh for Solaris. [skip ci]"}},{"before":"6a9ed67953ed9990c93c39d1675c4a97687f4507","after":"d9b170b4b680a02950d51a1e1594d1f3f7192232","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-10T09:52:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CHANGES: Add two changes backported to the 1.10 branch\n\n(backported from commit 6c965a0461ffacc5df87f7e93963e9070c58b268)\n\n[skip ci]","shortMessageHtmlLink":"CHANGES: Add two changes backported to the 1.10 branch"}},{"before":"19fc50f95d47bb6999c0e3b7d901d502f16daabf","after":"f8223beb7301cadf90634178691d70b75973c4a4","ref":"refs/heads/upstream-master","pushedAt":"2024-04-10T09:52:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CHANGES: Move a backported change to the 1.10 branch\n\n[skip ci]","shortMessageHtmlLink":"CHANGES: Move a backported change to the 1.10 branch"}},{"before":"a5281c98f02b511947ab9f921cc723569d68da68","after":"6a9ed67953ed9990c93c39d1675c4a97687f4507","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-09T14:34:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Makefile.in: Update the whitespacecheck target\n\ninstall-sh has no longer a tab at the end of one line.\n\nThis is a follow-up to 26009eca1a721c02b7e43a975ed14a45ec26540c.\n\n(cherry picked from commit 67788d2055e8e66da51ec214a510f191277cf41f)\n\n[skip ci]","shortMessageHtmlLink":"Makefile.in: Update the whitespacecheck target"}},{"before":"c0b6c8edef5503293bec49c1949cd3ee487e01ea","after":"a5281c98f02b511947ab9f921cc723569d68da68","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-09T12:48:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"mkdep: Exit with a non-zero status if a command fails\n\nThis could help detect errors such as in the previous commit.\n\n(cherry picked from commit 19fc50f95d47bb6999c0e3b7d901d502f16daabf)","shortMessageHtmlLink":"mkdep: Exit with a non-zero status if a command fails"}},{"before":"65f9f032c6cf0a1a7f8326cead3e16469313d4d7","after":"19fc50f95d47bb6999c0e3b7d901d502f16daabf","ref":"refs/heads/upstream-master","pushedAt":"2024-04-09T05:43:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"mkdep: Exit with a non-zero status if a command fails\n\nThis could help detect errors such as in the previous commit.","shortMessageHtmlLink":"mkdep: Exit with a non-zero status if a command fails"}},{"before":"5adc3e92e7c574bf0866f7f09bee597529c38252","after":"65f9f032c6cf0a1a7f8326cead3e16469313d4d7","ref":"refs/heads/upstream-master","pushedAt":"2024-04-08T06:07:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Fix pcap_strerror() so that it works.\n\nIf strerror_r() returns 0, it means that no error occurred, so we\nshouldn't report it as unexpectedly returning 0.","shortMessageHtmlLink":"Fix pcap_strerror() so that it works."}},{"before":"88e34d90e2cfdb304ba06cdff4d4b916002977b9","after":"5adc3e92e7c574bf0866f7f09bee597529c38252","ref":"refs/heads/upstream-master","pushedAt":"2024-04-07T18:39:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CHANGES: Add a change in the main section\n\n[skip ci]","shortMessageHtmlLink":"CHANGES: Add a change in the main section"}},{"before":"f56a6864e81bcd0dc510e5ad1f9be733fe574cd5","after":"88e34d90e2cfdb304ba06cdff4d4b916002977b9","ref":"refs/heads/upstream-master","pushedAt":"2024-04-06T21:05:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Makefile.in: Update the .c.o build rule\n\nDon't use the hacks for the rather old SunOS 4.\n\nIt's helps to do VPATH builds, e.g. 32-bit, 64-bit in two directories.\n(https://www.gnu.org/software/automake/manual/html_node/VPATH-Builds.html)","shortMessageHtmlLink":"Makefile.in: Update the .c.o build rule"}},{"before":"bdbbfb99e3dbe2e0cb8b466b8f37861480aabb38","after":"f56a6864e81bcd0dc510e5ad1f9be733fe574cd5","ref":"refs/heads/upstream-master","pushedAt":"2024-04-05T21:21:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"socketcan: make CAN CC/FD/XL frame handling less invasive\n\nThe different CAN frame types are defined by Linux SLL_P types in the\nsll_protocol field and the length of the frame.\n\nLINUX_SLL_P_CANXL:\nThe frame length for CAN XL can be 12 + 1 to 12 + 2048 (13 .. 2060) byte.\nAdditionally the CANXL_XLF flag has to be set.\n\nLINUX_SLL_P_CAN and LINUX_SLL_P_CANFD:\nThe frame length for CAN CC is 16 byte and for CAN FD it is 72 byte.\nAdditionally the CANXL_XLF flag is cleared in CAN CC/FD frames.\n\nReduce the modification and 'sanitizing' efforts only to the above\nrequirements to be robust against incompliant content which might be\nprovided via PACKET sockets but do not manipulate further content.\n\nThis helps to identify uninitialized data and to support new features\nin formerly reserved structure elements without changing the libpcap.\n\nSigned-off-by: Oliver Hartkopp ","shortMessageHtmlLink":"socketcan: make CAN CC/FD/XL frame handling less invasive"}},{"before":"7daeb46cf50d38f271e2c5cbe080afa36255c0a1","after":"c0b6c8edef5503293bec49c1949cd3ee487e01ea","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-05T20:55:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"VERSION: Fix suffix\n\nUse \"PRE-GIT\" as usual, not \"PRE_GIT\".","shortMessageHtmlLink":"VERSION: Fix suffix"}},{"before":"c102cfec56a3fe5c767235156bcb5d70ad8ab596","after":"7daeb46cf50d38f271e2c5cbe080afa36255c0a1","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-05T20:29:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Autoconf: Update an AC_DEFINE()\n\nSame result in config.h as with CMake.\n\nBefore:\n#define HAVE_SOLARIS_ANY_DEVICE /**/\n\nAfter:\n#define HAVE_SOLARIS_ANY_DEVICE 1\n\n(cherry picked from commit bdbbfb99e3dbe2e0cb8b466b8f37861480aabb38)\n\n[skip ci]","shortMessageHtmlLink":"Autoconf: Update an AC_DEFINE()"}},{"before":"8b8d1771bce84e60f632bb062ef2c8a591dcef48","after":"bdbbfb99e3dbe2e0cb8b466b8f37861480aabb38","ref":"refs/heads/upstream-master","pushedAt":"2024-04-05T20:29:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Autoconf: Update an AC_DEFINE()\n\nSame result in config.h as with CMake.\n\nBefore:\n#define HAVE_SOLARIS_ANY_DEVICE /**/\n\nAfter:\n#define HAVE_SOLARIS_ANY_DEVICE 1\n\n[skip ci]","shortMessageHtmlLink":"Autoconf: Update an AC_DEFINE()"}},{"before":"92b19dd35377ac25827dbf1726ef3452c047d01a","after":"8b8d1771bce84e60f632bb062ef2c8a591dcef48","ref":"refs/heads/upstream-master","pushedAt":"2024-04-05T18:43:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Autoconf: Update two AC_DEFINE()\n\nSame result in config.h as with CMake.\n\nBefore:\n#define PCAP_SUPPORT_BT_MONITOR /**/\n#define PCAP_SUPPORT_RDMASNIFF /**/\n\nAfter:\n#define PCAP_SUPPORT_BT_MONITOR 1\n#define PCAP_SUPPORT_RDMASNIFF 1","shortMessageHtmlLink":"Autoconf: Update two AC_DEFINE()"}},{"before":"fb81499be588e361c45f9eea00a2a9cd384d1d89","after":"c102cfec56a3fe5c767235156bcb5d70ad8ab596","ref":"refs/heads/upstream-libpcap-1.10","pushedAt":"2024-04-05T18:43:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Autoconf: Update two AC_DEFINE()\n\nSame result in config.h as with CMake.\n\nBefore:\n#define PCAP_SUPPORT_BT_MONITOR /**/\n#define PCAP_SUPPORT_RDMASNIFF /**/\n\nAfter:\n#define PCAP_SUPPORT_BT_MONITOR 1\n#define PCAP_SUPPORT_RDMASNIFF 1\n\n(cherry picked from commit 8b8d1771bce84e60f632bb062ef2c8a591dcef48)","shortMessageHtmlLink":"Autoconf: Update two AC_DEFINE()"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPX_gNQA","startCursor":null,"endCursor":null}},"title":"Activity · aosp-mirror/platform_external_libpcap"}