diff options
author | hannes <hannes> | 2004-10-12 21:02:00 +0000 |
---|---|---|
committer | hannes <hannes> | 2004-10-12 21:02:00 +0000 |
commit | ecdfb8a72a918bd0762ebfc166234628a9bb892a (patch) | |
tree | c129bfed81095dcfdb215bb074dc96951fcd52ca /nlpid.h | |
parent | 5730fd122f2608f18f85c7c6f2965afa8ae3e697 (diff) | |
download | tcpdump-ecdfb8a72a918bd0762ebfc166234628a9bb892a.tar.gz |
add baseline FRF.15 (=fragmentation) support for frame-relay
Diffstat (limited to 'nlpid.h')
-rw-r--r-- | nlpid.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/nlpid.h,v 1.1 2004-10-07 14:53:10 hannes Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/nlpid.h,v 1.2 2004-10-12 21:02:00 hannes Exp $ (LBL) */ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code @@ -25,6 +25,7 @@ extern struct tok nlpid_values[]; #define NLPID_ISIS 0x83 /* iso9577 */ #define NLPID_CONS 0x84 #define NLPID_IDRP 0x85 +#define NLPID_MFR 0xb1 /* FRF.15 */ #define NLPID_IP 0xcc #define NLPID_X25_ESIS 0x8a #define NLPID_IP6 0x8e |