~ubuntu-branches/ubuntu/utopic/suricata/utopic

« back to all changes in this revision

Viewing changes to src/decode.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-10-13 12:18:33 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20121013121833-5prpn8erd8haaln4
Tags: 1.3.2-1
ImportedĀ UpstreamĀ versionĀ 1.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
    dtv->counter_defrag_ipv6_timeouts =
358
358
        SCPerfTVRegisterCounter("defrag.ipv6.timeouts", tv,
359
359
            SC_PERF_TYPE_UINT64, "NULL");
 
360
    dtv->counter_defrag_max_hit =
 
361
        SCPerfTVRegisterCounter("defrag.max_frag_hits", tv,
 
362
            SC_PERF_TYPE_UINT64, "NULL");
360
363
 
361
364
    tv->sc_perf_pca = SCPerfGetAllCountersArray(&tv->sc_perf_pctx);
362
365
    SCPerfAddToClubbedTMTable(tv->name, &tv->sc_perf_pctx);