aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bsd-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-11-18 17:39:19 -0800
committerAndersBroman <a.broman58@gmail.com>2020-11-30 08:15:43 +0000
commitf21cd2e23f372bd42e4792ef0b4294d2db881a92 (patch)
tree8b02f94f57b8e077ba91e899e8a2046abab18945 /tools/bsd-setup.sh
parent1fa5687fad88963b8a4857a856981da8cc304678 (diff)
wiretap: Convert ascend.y to Lemon.
Convert wiretap/ascend.y.in from Bison/YACC to Lemon and rename it to wiretap/ascend_parser.lemon. Tighten up some of our scanning and parsing. Make the indentation in it and related files consistent. Aside from the recent IPv4 fragment offset changes, this produces identical output to the 3.4 branch for the Ascend trace files I have here. Remove the comment about supporting other commands. Another timeline might have an Ascend that successfully pivoted to DSL or 15625B+1D gigabit ISDN, but this one has neither. This was our last/only Bison/YACC file, so remove Bison/YACC as a development and packaging dependency and remove references to it from the documentation.
Diffstat (limited to 'tools/bsd-setup.sh')
-rwxr-xr-xtools/bsd-setup.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/bsd-setup.sh b/tools/bsd-setup.sh
index 7b8acc8880..72a99e05a2 100755
--- a/tools/bsd-setup.sh
+++ b/tools/bsd-setup.sh
@@ -152,9 +152,6 @@ echo "libilbc is unavailable"
# Add OS-specific required/optional packages
# Those not listed don't require additions.
case `uname` in
- OpenBSD)
- add_package ADDITIONAL_LIST bison || echo "bison is unavailable"
- ;;
NetBSD)
add_package ADDITIONAL_LIST libgcrypt || echo "libgcrypt is unavailable"
;;