wireshark/extcap
Guy Harris 4e80643cc0 Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.
Have wsutil/exported_pdu_tlvs.h define the LINKTYPE_WIRESHARK_UPPER_PDU
TLV type and length values, as well as the port type values written to
files in EXP_PDU_TAG_PORT_TYPE TLVs.

Update the comment that describes the LINKTYPE_WIRESHARK_UPPER_PDU TLVs
to more completely and correctly reflect reality (it was moved from
epan/exported_pdu.h to wsutil/exported_pdu_tlvs.h).

Rename those port type values from OLD_PT_ to EXP_PDU_PT_; there is
nothing "old" about them - yes, they originally had the same numerical
values as the PT_ enum values in libwireshark, but that's no longer the
case, and the two are now defined independently.  Rename routines that
map between libwireshark PT_ values and EXP_PDU_PT_ values to remove
"old" from the name while we're at it.

Don't include epan/exported_pdu.h if we only need the
LINKTYPE_WIRESHARK_UPPER_PDU definitions - just include
wsutil/exported_pdu_tlvs.h.

In extcap/udpdump.c, include wsutil/exported_pdu_tlvs.h rather than
defining the TLV types ourselves.
2021-08-20 02:18:19 -07:00
..
.editorconfig HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
CMakeLists.txt CMake: Remove unneeded GLIB2_LIBRARIES. 2021-07-21 10:05:21 +00:00
androiddump.c Carry drop count/packet ID/queue ID as options on packet block 2021-07-19 21:25:40 +00:00
ciscodump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
dpauxmon.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
dpauxmon_user.h extcap: Support for DisplayPort AUX channel monitors 2018-05-14 10:44:37 +00:00
etl.c etwdump: Fixup our rec struct syntax. 2021-07-12 14:40:21 -07:00
etl.h ETWDUMP: Update to support live capture 2021-05-13 21:17:09 +00:00
etw_message.c dissectors: Replace g_log() with ws_log() 2021-06-16 12:50:28 +00:00
etw_message.h MBIM: Update dissector to support DLT_ETW 2020-12-02 09:05:11 +00:00
etwdump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
extcap-base.c Replace g_assert() with ws_assert() 2021-06-19 01:23:31 +00:00
extcap-base.h Enable -Wredundant-decls. 2021-02-14 14:43:42 -08:00
randpktdump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
sdjournal.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
ssh-base.c Replace g_log() calls with ws_log() 2021-06-16 12:50:27 +00:00
ssh-base.h extcap: put the code to add lissh version information into a common routine. 2020-07-16 10:00:01 +00:00
sshdump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
udpdump.c Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header. 2021-08-20 02:18:19 -07:00