Lines 67-73
Link Here
|
67 |
struct snif_mask /* struct for mask */ |
67 |
struct snif_mask /* struct for mask */ |
68 |
{ |
68 |
{ |
69 |
_32_bit source_ip, destination_ip; |
69 |
_32_bit source_ip, destination_ip; |
70 |
_32_bit short source_port, destination_port; |
70 |
_32_bit source_port, destination_port; |
71 |
}; |
71 |
}; |
72 |
|
72 |
|
73 |
/* (packet generation) */ |
73 |
/* (packet generation) */ |