Forgot to remove test code when merging.

This commit is contained in:
Robin Sommer 2014-02-28 15:36:58 -08:00
parent ffd219e3b0
commit f2f817c8b1
3 changed files with 5 additions and 7 deletions

View file

@ -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
* Remove packet sorter. Addresses BIT-700. (Bernhard Amann)

View file

@ -1 +1 @@
2.2-194
2.2-197

View file

@ -220,12 +220,6 @@ void PktSrc::Process()
break;
}
case DLT_IEEE802_11:
{
printf("Here\n");
exit(0);
}
case DLT_EN10MB:
{
// Get protocol being carried from the ethernet frame.