X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f80ed25a3d19625375c1aaa06537bc6ffb8561ae..HEAD:/print-atm.c diff --git a/print-atm.c b/print-atm.c index ce5b6afe..2dee4e65 100644 --- a/print-atm.c +++ b/print-atm.c @@ -21,9 +21,7 @@ /* \summary: Asynchronous Transfer Mode (ATM) printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -106,7 +104,7 @@ #define B_BEARER 0x5e /* broadband bearer capability */ #define B_LOWER 0x5f /* broadband lower information */ #define CALLING_PARTY 0x6c /* calling party number */ -#define CALLED_PARTY 0x70 /* called party nmber */ +#define CALLED_PARTY 0x70 /* called party number */ #define Q2931 0x09 @@ -115,7 +113,7 @@ #define CALL_REF_POS 2 /* offset of call reference value */ #define MSG_TYPE_POS 5 /* offset of message type */ #if 0 -#define MSG_LEN_POS 7 /* offset of mesage length */ +#define MSG_LEN_POS 7 /* offset of message length */ #define IE_BEGIN_POS 9 /* offset of first information element */ /* format of signalling messages */