X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/436ced3bd83f6b3a5b4a206538c56189837add59..1fb50928ce27360c1c987312774f686b23c69b51:/print-m3ua.c diff --git a/print-m3ua.c b/print-m3ua.c index e4de7131..1f974b2f 100644 --- a/print-m3ua.c +++ b/print-m3ua.c @@ -22,6 +22,10 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* \summary: Message Transfer Part 3 (MTP3) User Adaptation Layer (M3UA) printer */ + +/* RFC 4666 */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -33,8 +37,6 @@ static const char tstr[] = " [|m3ua]"; -/* RFC 4666 */ - #define M3UA_REL_1_0 1 struct m3ua_common_header {