dissectors: Use __packed macro instead of open-coding it
commita539a4d7a02c41a59a5490ebeba461a68f0a2a87
authorTobias Klauser <tklauser@distanz.ch>
Thu, 7 Aug 2014 07:14:25 +0000 (7 09:14 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 7 Aug 2014 07:14:25 +0000 (7 09:14 +0200)
tree5cb99db32f9fb0015f2fe367653b9205dd66ad76
parent815dcd255ea9da8b23e8e7c839545d5d41eee336
dissectors: Use __packed macro instead of open-coding it

Consistently vse the __packed macro defined in built_in.h instead of
__attribute__((packed)) in all dissectors (and the entire code base for
that matter).

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
proto_igmp.c
proto_vlan.c