~ubuntu-branches/ubuntu/saucy/suricata/saucy-updates

« back to all changes in this revision

Viewing changes to src/util-error.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2013-05-29 16:24:52 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20130529162452-kujdwfkf24i9qdfu
Tags: 1.4.2-1
ImportedĀ UpstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
    SC_ERR_IPFW_SETSOCKOPT,
259
259
    SC_ERR_NO_GEOIP_SUPPORT,
260
260
    SC_ERR_GEOIP_ERROR,
 
261
    SC_WARN_UNCOMMON,
261
262
} SCError;
262
263
 
263
264
const char *SCErrorToString(SCError);