diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-04-15 22:11:26 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-04-15 22:11:26 +0000 |
commit | c9d4dd080de30e04fba79f432c92b1e8c0528b17 (patch) | |
tree | e81ee6c89d111c22f1237eaede2077dd027d674b /packet-x25.c | |
parent | 26ca4597f641d19d3bf740956adf6fcf4d5cfffe (diff) | |
download | wireshark-c9d4dd080de30e04fba79f432c92b1e8c0528b17.tar.gz wireshark-c9d4dd080de30e04fba79f432c92b1e8c0528b17.tar.bz2 wireshark-c9d4dd080de30e04fba79f432c92b1e8c0528b17.zip |
Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS support
and to add OSI ESIS support.
svn path=/trunk/; revision=1865
Diffstat (limited to 'packet-x25.c')
-rw-r--r-- | packet-x25.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-x25.c b/packet-x25.c index 51141f7969..e6977c2c60 100644 --- a/packet-x25.c +++ b/packet-x25.c @@ -2,7 +2,7 @@ * Routines for x25 packet disassembly * Olivier Abad <abad@daba.dhis.net> * - * $Id: packet-x25.c,v 1.23 2000/04/13 18:18:53 gram Exp $ + * $Id: packet-x25.c,v 1.24 2000/04/15 22:11:12 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -40,6 +40,7 @@ #include "packet.h" #include "packet-ip.h" #include "packet-osi.h" +#include "packet-clnp.h" #include "nlpid.h" #define FROM_DCE 0x80 |