• Andreas Gerstmayr's avatar
    tcplife: fix dport byte order (#1813) · 81de82c6
    Andreas Gerstmayr authored
    commit 95b3d8c8 fixed the dport filtering of the kprobes variant by
    moving the network byte order to host byte order conversation before the
    filtering. Before submitting the perf event the byte order of the dport
    was again converted - this commit removes this double conversion.
    81de82c6
tcplife.py 16.6 KB