]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-m3ua.c
Regenerate config files.
[tcpdump] / print-m3ua.c
index e4de71317d6f94a4c2f5b2b79dcedaae128490ee..1f974b2f43d2a75c56fa912690711bd8d7625ae7 100644 (file)
  * 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 {