]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
Merge pull request #396 from zorun/master
[tcpdump] / print-mpls.c
index bf232ae3a83caa4b48ed3e1532d231a4f04b559b..039781ada2d1a751bd3f7ad0175356fe9d98d376 100644 (file)
@@ -59,8 +59,8 @@ void
 mpls_print(netdissect_options *ndo, const u_char *bp, u_int length)
 {
        const u_char *p;
-       u_int32_t label_entry;
-       u_int16_t label_stack_depth = 0;
+       uint32_t label_entry;
+       uint16_t label_stack_depth = 0;
        enum mpls_packet_type pt = PT_UNKNOWN;
 
        p = bp;