Skip to content

Commit

Permalink
Test libraries for tshark
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 22, 2024
1 parent b07dc1d commit 6d419e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -902,14 +902,16 @@ jobs:
- name: Prepare compilation
run: cd wireshark-* && cmake ${WIRESHARK_CENTOS_BUILD_OPTS} -DENABLE_LUA=ON -DFETCH_lua=ON -DBUILD_wireshark=OFF -DBUILD_tshark=ON .
- name: Compile and install
run: cd wireshark-* && make tshark
run: cd wireshark-* && sudo make tshark install
- name: Check version
run: ./wireshark-*/run/tshark --version
- name: See repositories
run: ls -lha run
run: ls -lha wireshark-*
- name: unzip and diff availability
run: unzip Wireshark_plugin.zip -d run && diff Wireshark_plugin.zip Wireshark_plugin.zip
- name: test
run: ./wireshark-*/run/tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r pcapng_files/arinc429_broadcast.pcapng | tee a429_broadcast.output
- name: Run diff
run: diff a429_broadcast.output test/a429_broadcast.output
- name: other tests
run: otool -L tshark

0 comments on commit 6d419e5

Please sign in to comment.