Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pcap-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,10 @@
*/
#define LINKTYPE_EDK2_MM 302

#define LINKTYPE_HIGH_MATCHING_MAX 302 /* highest value in the "matching" range */
// See DLT_DEBUG_ONLY
#define LINKTYPE_DEBUG_ONLY 303

#define LINKTYPE_HIGH_MATCHING_MAX 303 /* highest value in the "matching" range */

/*
* The DLT_ and LINKTYPE_ values in the "matching" range should be the
Expand Down
Loading