Commit Graph

5 Commits (979f964260a11e938ec240dba7f52d9772a8972a)

Author SHA1 Message Date
Ken Steele 44aeb9c637 Fix GRE Source Routing Header definition
The Source Routing Header had routing defined as a char* for a field
of variable size. Since that field was not being used in the code, I
removed the pointer and added a comment.
11 years ago
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 16 years ago
Victor Julien e7206623bb GRE struct naming fix, comment adds. 16 years ago
Breno Silva 9528e02e46 GRE support 17 years ago