mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Forgot to remove test code when merging.
This commit is contained in:
parent
ffd219e3b0
commit
f2f817c8b1
3 changed files with 5 additions and 7 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
2.2-197 | 2014-02-28 15:36:58 -0800
|
||||||
|
|
||||||
|
* Remove test code. (Robin Sommer)
|
||||||
|
|
||||||
2.2-194 | 2014-02-28 14:50:53 -0800
|
2.2-194 | 2014-02-28 14:50:53 -0800
|
||||||
|
|
||||||
* Remove packet sorter. Addresses BIT-700. (Bernhard Amann)
|
* Remove packet sorter. Addresses BIT-700. (Bernhard Amann)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2-194
|
2.2-197
|
||||||
|
|
|
@ -220,12 +220,6 @@ void PktSrc::Process()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case DLT_IEEE802_11:
|
|
||||||
{
|
|
||||||
printf("Here\n");
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
case DLT_EN10MB:
|
case DLT_EN10MB:
|
||||||
{
|
{
|
||||||
// Get protocol being carried from the ethernet frame.
|
// Get protocol being carried from the ethernet frame.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue