Skip to content

Commit

Permalink
add min frame len of mssqldb
Browse files Browse the repository at this point in the history
  • Loading branch information
serenitylc committed Sep 19, 2023
1 parent 53ff24a commit 3a07d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-layer-mssqldb.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@

/* The default port to probe for echo traffic if not provided in the
* configuration file. */
#define MSSQLDB_DEFAULT_PORT "7"
#define MSSQLDB_DEFAULT_PORT "1433"

/* The minimum size for a message. For some protocols this might
* be the size of a header. */
#define MSSQLDB_MIN_FRAME_LEN 1
#define MSSQLDB_MIN_FRAME_LEN 8

/* Enum of app-layer events for the protocol. Normally you might
* have events for errors in parsing data, like unexpected data being
Expand Down

0 comments on commit 3a07d80

Please sign in to comment.