Fix for armeb bug.
This commit is contained in:
@@ -9,6 +9,8 @@ Unattributed items are by Paul Warren and Chris Lightfoot.
|
|||||||
Gerben Roest <g.roest@grepit.nl>
|
Gerben Roest <g.roest@grepit.nl>
|
||||||
* Documentation fixes
|
* Documentation fixes
|
||||||
A. Costa <agcosta@gis.net> (via Debian)
|
A. Costa <agcosta@gis.net> (via Debian)
|
||||||
|
* Fix for armeb specific bug
|
||||||
|
Lennert Buytenhek <buytenh+debian@wantstofly.org> (via Debian)
|
||||||
|
|
||||||
0.17 12/02/06
|
0.17 12/02/06
|
||||||
* Display top scale in bytes when measuring in bytes
|
* Display top scale in bytes when measuring in bytes
|
||||||
|
|||||||
3
ether.h
3
ether.h
@@ -12,7 +12,8 @@ struct ether_header {
|
|||||||
u_int8_t ether_dhost[ETHER_ADDR_LEN];
|
u_int8_t ether_dhost[ETHER_ADDR_LEN];
|
||||||
u_int8_t ether_shost[ETHER_ADDR_LEN];
|
u_int8_t ether_shost[ETHER_ADDR_LEN];
|
||||||
u_int16_t ether_type;
|
u_int16_t ether_type;
|
||||||
};
|
} __attribute__((packed));
|
||||||
|
|
||||||
|
|
||||||
struct vlan_8021q_header {
|
struct vlan_8021q_header {
|
||||||
u_int16_t priority_cfi_vid;
|
u_int16_t priority_cfi_vid;
|
||||||
|
|||||||
Reference in New Issue
Block a user