Skip to content

added missing ident procedure (#115) #35

added missing ident procedure (#115)

added missing ident procedure (#115) #35

Workflow file for this run

name: Build and test wireshark dissector
on:
push:
branches:
- main
- 'apl-fy[0-9][0-9]'
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: false
- name: Set up OS
run: >
sudo apt-get update && sudo apt-get install -y
cmake facter
- name: Prep
run: ./wireshark/prep.sh
- name: Build
run: ./wireshark/build.sh
- name: Test
run: ./wireshark/build.sh check