Commit Graph

12 Commits (ed4823bbe8d33bdfc24c858433023bf07e6aa7cf)

Author SHA1 Message Date
Ken Steele c91b7fd3bc More structures that need to be marked Packed.
These structures are cast from raw packet data, so they should be packed.
The case is:

typedef struct Foo_ {
} Foo;

Foo *f = (Foo *)pkt;
11 years ago
William Metcalf ce01927515 Import of GPLv2 Header 050410 15 years ago
Pablo Rincon 4a351c07a6 Bug 103, bound checks at pppoe, added macros for 4bit fields 15 years ago
Victor Julien 5f5a44b365 PPPoE fixes. 15 years ago
Victor Julien 0d0ffb9963 Reorganize header inclusions. 16 years ago
Jamie a297225157 victor must be getting sick of PPPoE and ICMP 16 years ago
Jamie 9adfe54620 more unit tests for pppoe - part I 16 years ago
Jamie 698e9c0699 fix incorrect offset in decode-ethernet for PPPoE, more debug statements 16 years ago
Victor Julien f6a8454232 Layout fixes. 16 years ago
Brian Rectanus fa5939ca91 64 bit cleanup part2 16 years ago
Victor Julien 2e4cc2ad3d Convert tabs to spaces in PPPoE code. 16 years ago
Jamie 8817364ef6 initial PPPoE decoder commit 16 years ago