diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-08-15 15:27:28 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-08-15 22:42:38 +0200 |
commit | b38f324af9dd953a661b9f35910f8c6d8eb2cc06 (patch) | |
tree | eee57ca599fd522d5f369e9c4475bd4f9db82058 /print-m3ua.c | |
parent | 11d3a01319e295dcabfb2647302d278938449226 (diff) | |
download | tcpdump-b38f324af9dd953a661b9f35910f8c6d8eb2cc06.tar.gz |
Add a summary comment in all other printers
Moreover:
Remove some redundant comments
Update some summary comments
Update the specification URL for ATA over Ethernet (AoE) protocol
Diffstat (limited to 'print-m3ua.c')
-rw-r--r-- | print-m3ua.c | 6 |
1 files changed, 4 insertions, 2 deletions
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 { |