summaryrefslogtreecommitdiff
path: root/packet-ncp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-12-29 02:27:21 +0000
committerGuy Harris <guy@alum.mit.edu>2000-12-29 02:27:21 +0000
commit00828b3f2bfe8523886257e54e37d34f18155f7d (patch)
tree394aaadfda75aa13496077a9d4b5c8dc4e4ca64c /packet-ncp.c
parent1d3ed65598890403eda732caa15e2ceac25b7e21 (diff)
downloadwireshark-00828b3f2bfe8523886257e54e37d34f18155f7d.tar.gz
"dissect_lapb()" is static to "packet-lapb.c", so it can't be directly
called by "dissect_lapbether()". "packet-lapbether.c" included "packet-lapb.h", to get "dissect_lapb()" declared, but that header file doesn't exist. Dissectors should call other dissectors indirectly, so have the LAPB dissector register itself and have the LAPB-over-Ethernet dissector get that handle and call the LAPB dissector through that handle, rather than making the LAPB dissector non-static and adding a "packet-lapb.h" header to declare it. Remove some unnecessary includes from "packet-lapbether.c". svn path=/trunk/; revision=2799
Diffstat (limited to 'packet-ncp.c')
0 files changed, 0 insertions, 0 deletions