ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Familiar with gtk/sctp_graph_dlg.c?

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Apr 2011 15:02:18 -0600
Anyone familiar with gtk/sctp_graph_dlg.c?  This line in particular 
(#270):

dup_list = (guint32 *)(((char *)&sack_header->nr_of_dups)+sizeof(guint16)+(nr*sizeof(struct 
gaps)));

I'm trying to investigate a clang error about this increasing required 
alignment from 1 to 4 and the complexity of that line is making my brain 
hurt :)