Move wtap_encap_requires_phdr() amongs the other switch statement routines.
authorGuy Harris <guy@alum.mit.edu>
Wed, 26 Sep 2018 18:54:35 +0000 (11:54 -0700)
committerGuy Harris <guy@alum.mit.edu>
Wed, 26 Sep 2018 18:55:11 +0000 (18:55 +0000)
commit275a6e4c36bc7e5da350981f0a7c3ad2d6b973ca
tree1e9e20e11e0aa743f77f38d6094f5831c7c707c5
parent65a422e235bd88859a27626f120a3d3ec478e29d
Move wtap_encap_requires_phdr() amongs the other switch statement routines.

Keeping them together might increase the likelihood that all of them get
updated when a new pcap/pcapng link-layer type whose pseudo-header is
first processed here rather than by a dissector.

Change-Id: Ia6f45c38e9530b7c6a53d006fbc01b3040e9a014
Reviewed-on: https://code.wireshark.org/review/29868
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wiretap/pcap-common.c