Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-03 | - define and use EtherIP version 3 (2 byte padded header instead of the | Jason Wright | |
single byte header used in V2), and drop support for V2. - that done, remove some of the buffer copies that were used as alignment shims | |||
2001-02-03 | KNF | Jason Wright | |
2001-02-02 | a quick checkpoint: | Jason Wright | |
- add a struct etherip_header (will make switching protocol versions a bit easier and give a base for aligning things correctly) - fix the version/reserved field checking for good this time - don't need to m_copydata to grab the first byte of an mbuf that you know has t hat byte - m_adj() instead of homebrew - fix M_MCAST/M_BCAST setting (cut/pasto) - if_imcasts was being updated on the wrong interface | |||
2001-02-01 | grr, don't forget to change the reserved field to the upper 4 bits of the ↵ | Jason Wright | |
header. | |||
2001-02-01 | according to the draft-housley-etherip-01, the version is in the low order | Jason Wright | |
4 bits of the header | |||
2001-01-09 | Define version number for EtherIP protocol (soon to become RFC). | Angelos D. Keromytis | |
2000-01-21 | Fix comment. | Angelos D. Keromytis | |
1999-10-29 | Queue on the bridge interface. | Angelos D. Keromytis | |
1999-10-28 | Add Ethernet-IP encapsulation handling. | Angelos D. Keromytis | |