]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rsvp.c
Merge pull request #4 from infrastation/master
[tcpdump] / print-rsvp.c
index 6aa2f6d71bd6eeeb8eb3690084f0157edf3b75df..1c76dcbbf6a9ac85f05236581c8356947a5da807 100644 (file)
@@ -1790,7 +1790,7 @@ _U_
         }
         /* do we also want to see a hex dump ? */
         if (vflag > 1 || hexdump==TRUE)
-            print_unknown_data(tptr+sizeof(sizeof(struct rsvp_object_header)),"\n\t    ", /* FIXME indentation */
+            print_unknown_data(tptr+sizeof(struct rsvp_object_header),"\n\t    ", /* FIXME indentation */
                                rsvp_obj_len-sizeof(struct rsvp_object_header));
 
         tptr+=rsvp_obj_len;