{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3889407,"defaultBranch":"master","name":"tcpflow","ownerLogin":"simsong","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-04-01T00:44:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1594284?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718598420.0","currentOid":""},"activityList":{"items":[{"before":"5ab679b77917fd07eb2e22c9192f4de03597d3f4","after":null,"ref":"refs/heads/simsong-patch-1","pushedAt":"2024-06-17T04:31:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"}},{"before":"f4515648e56f6e5d4bff5fd1e65ed587ef5df25a","after":"158b0d31591937ef57680e26b1c9b8f395265ec5","ref":"refs/heads/master","pushedAt":"2024-06-17T04:31:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"},"commit":{"message":"Update tcpdemux.cpp (#262)\n\nCloses #261","shortMessageHtmlLink":"Update tcpdemux.cpp (#262)"}},{"before":"c125d859db7d4aa60823df2215034489fd2f17cd","after":"f4515648e56f6e5d4bff5fd1e65ed587ef5df25a","ref":"refs/heads/master","pushedAt":"2024-06-17T04:31:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"},"commit":{"message":"Fix build on OpenBSD (#259)\n\n* Fix building on system which use `struct bpf_timeval`\r\n\r\nSome system (for example OpenBSD) uses `struct bpf_timeval` instead of\r\n`struct timeval` inside `struct pcap_pkthdr`.\r\n\r\n* Fix building with pcap.h\r\n\r\n* Build without `DLT_PRISM_HEADER`\r\n\r\n* Backport dl_ppp_ether from OpenBSD\r\n\r\n* Add /usr/X11R6 to path for libraries and headers","shortMessageHtmlLink":"Fix build on OpenBSD (#259)"}},{"before":"5ca444e3b872f10f927d5d3673a4c4caa412a23e","after":"c125d859db7d4aa60823df2215034489fd2f17cd","ref":"refs/heads/master","pushedAt":"2024-06-17T04:29:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"},"commit":{"message":"Disable `report.xml` when run it with `-c` (#260)\n\nIt is qutie expected that `-c` makes stdout only output, and disables `report.xml`.","shortMessageHtmlLink":"Disable report.xml when run it with -c (#260)"}},{"before":null,"after":"5ab679b77917fd07eb2e22c9192f4de03597d3f4","ref":"refs/heads/simsong-patch-1","pushedAt":"2024-06-17T04:27:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"},"commit":{"message":"Update tcpdemux.cpp\n\nCloses #261","shortMessageHtmlLink":"Update tcpdemux.cpp"}},{"before":"f11eb8fca7d022f87e12d719aaa57cee8cbb7491","after":"5ca444e3b872f10f927d5d3673a4c4caa412a23e","ref":"refs/heads/master","pushedAt":"2023-07-26T10:42:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"},"commit":{"message":"Use `-fno-new-ttp-matching` only when it is supported (#256)\n\nNot all compilers supported `-fno-new-ttp-matching` that literally\r\nbroke tcpflow on macOS where clang is default and expected compiler.","shortMessageHtmlLink":"Use -fno-new-ttp-matching only when it is supported (#256)"}},{"before":"b1479db14b1604e00d35c2d39566c54e8b1785d0","after":"f11eb8fca7d022f87e12d719aaa57cee8cbb7491","ref":"refs/heads/master","pushedAt":"2023-07-26T10:40:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"},"commit":{"message":"Remove python27 checks (#255)\n\ntcpflow since version 1.6.1 doesn't require nor use python anymore\r\nbecause the only plugin which is used it (`scan_python.cpp`) was\r\nexcluded from build.\r\n\r\nAnyway, the configure complains like:\r\n```\r\n *** Cannot find python library.\r\n *** Please install python-devel to enable scanner python.\r\n ...\r\n configure: *** You have missing libraries. To install them:\r\n configure: *** Red Hat: sudo yum install python-devel python-devel\r\n configure: *** Fedora: sudo dnf install python-devel python-devel\r\n configure: *** Ubuntu: sudo apt-get install libpython2.7-dev libpython2.7-dev\r\n configure: *** MacOS: sudo port install python27 python27\r\n```\r\nwhich is absolutley missleading anyone who tries to build it.\r\n\r\nHere I've cleaned it up.\r\n\r\nCloses: https://github.com/simsong/tcpflow/issues/254","shortMessageHtmlLink":"Remove python27 checks (#255)"}},{"before":"6fd956d27f2293d7c05ff593a61eb03a0134ae46","after":"b1479db14b1604e00d35c2d39566c54e8b1785d0","ref":"refs/heads/master","pushedAt":"2023-04-15T11:36:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simsong","name":"Simson L. Garfinkel","path":"/simsong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1594284?s=80&v=4"},"commit":{"message":"Fix build with GCC 13 (#252)\n\nGCC 13 (as usual for new compiler releases) shuffles around some internal includes and so etc is no longer transitively included.\r\n\r\nSee https://gnu.org/software/gcc/gcc-13/porting_to.html.\r\nBug: https://bugs.gentoo.org/895282","shortMessageHtmlLink":"Fix build with GCC 13 (#252)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZvps5gA","startCursor":null,"endCursor":null}},"title":"Activity ยท simsong/tcpflow"}