Commit c5f5d337 authored by Robert David Graham's avatar Robert David Graham
Browse files

fixes

parent 3216fe87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    be redirected to a file.
*/
#include "logger.h"

#include "string_s.h"
#include <stdarg.h>
#include <stdio.h>

+49 −48
Original line number Diff line number Diff line
#ifndef PROTO_BANNER1_H
#define PROTO_BANNER1_H

#include <stdint.h>
#define STATE_DONE 0xFFFFFFFF
#include <stdio.h>

enum {
    PROTO_UNKNOWN,
+1 −0
Original line number Diff line number Diff line
#include "proto-banner1.h"
#include "smack.h"
#include <ctype.h>
#include <stdint.h>

enum {
    HTTPFIELD_INCOMPLETE,
+2 −1
Original line number Diff line number Diff line
@@ -99,7 +99,8 @@ void handle_icmp(struct Output *out, const unsigned char *px, unsigned length, s
        }
        break;
    default:
        printf(".");
	;
    }

}
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
#include "proto-banner1.h"
#include <ctype.h>


/***************************************************************************
 ***************************************************************************/
unsigned
Loading