~vlad-lesin/mysqlsniffer/trunk

« back to all changes in this revision

Viewing changes to src/user_defines.h

  • Committer: Vlad Lesin
  • Date: 2012-05-16 10:31:43 UTC
  • Revision ID: vlad_lesin@mail.ru-20120516103143-llqj7682x9ipbd3y
Original mysqlsniffer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// user_defines.h Aug 18, 2006 UNSTABLE
 
2
 
 
3
/*
 
4
  These values are user-configurable.
 
5
*/
 
6
 
 
7
#define SNAP_LEN            16500  // pcap's max capture size
 
8
#define MAX_COL_LEN         4096   // Max length of column data to display
 
9
#define MAX_COM_ARG_LEN     4096   // Max length of command argument to display
 
10
#define MAX_TAGS            100    // Max number of connections to track
 
11
#define MAX_FIELD_TYPES     256