13
0
Fork 1

cleaned warnings in dectshark

git-svn-id: https://dedected.org/svn/trunk@82 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
This commit is contained in:
krater 2009-02-25 18:27:13 +00:00
parent 4f5fd297ca
commit 9e4a12118c
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#define DEV "/dev/coa"
//TODO: make threadsafe
//TODO: make it threadsafe
#define SNIFFMODE_SCAN 0
#define SNIFFMODE_SYNC 1

View File

@ -122,7 +122,7 @@ void scanmode_gui::refreshscreen()
void scanmode_gui::printfounds()
{
int i,y;
unsigned int i,y;
y=2;
for(i=startpos;i<(startpos+scrh-3);i++)

View File

@ -175,7 +175,7 @@ void syncmode_gui::refreshscreen()
void syncmode_gui::printfounds()
{
int i;
unsigned int i;
slotinfo_str slotinfo;