commit | 5d7888c44fe92779abb6d0577da636fd246e4709 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Thu Feb 13 04:26:14 2025 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Thu Feb 13 04:28:04 2025 +0900 |
tree | f07f93df6644a77c46acfb17ae9db454e1c0a365 | |
parent | 6a5f0819c380101c186f21f09467886d3c8d310f [diff] |
Enhance apf_disassembler to always print PASS/DROP labels. This commit modifies the apf_disassembler utility to consistently print the "PASS" and "DROP" labels, improving output clarity and making it easier to understand the program's control flow. Example outputs: $ echo "" | apf_disassembler 0: PASS 1: DROP $ echo "00" | apf_disassembler 0: pass 1: PASS 2: DROP Test: TH Change-Id: Ie25103a1e4d86a3ed95ea3f6691278bbc2274978