Changeset 870:c17a29aaaaca
- Timestamp:
- 08/15/08 16:27:00
(3 months ago)
- Author:
- Phil <phil@secdev.org>
- Message:
Added UDP/BOOTP binding for bootp relay (ticket #106)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r862 |
r870 |
|
| 253 | 253 | bind_layers( UDP, BOOTP, dport=67, sport=68) |
|---|
| 254 | 254 | bind_layers( UDP, BOOTP, dport=68, sport=67) |
|---|
| | 255 | bind_bottom_up( UDP, BOOTP, dport=67, sport=67) |
|---|
| 255 | 256 | bind_layers( BOOTP, DHCP, options='c\x82Sc') |
|---|
| | 257 | |
|---|
| 256 | 258 | def dhcp_request(iface=None,**kargs): |
|---|
| 257 | 259 | if conf.checkIPaddr != 0: |
|---|