Advertisement
Guest User

Untitled

a guest
May 5th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. (gdb) f 4
  2. #4 0x00000000004b457f in DetectEngineInspectHttpServerBody (tv=0x35f2c2d0,
  3. de_ctx=0x35f38440, det_ctx=0x7ffd38b20110, s=0x3bdb67f0, f=0x34cfbef0,
  4. flags=8 '\b', alstate=0x7ffee5d8c080, tx=0x7ffee5ebf4b0, tx_id=77)
  5. at detect-engine-hsbd.c:361
  6. 361 int r = DetectEngineContentInspection(de_ctx, det_ctx, s, s->sm_lists[DETECT_SM_LIST_FILEDATA],
  7.  
  8.  
  9. (gdb) print *htp_state
  10. $1 = {connp = 0x7ffee5d8c0e0, conn = 0x7ffee5d8c270, f = 0x34cfbef0,
  11. transaction_cnt = 77, store_tx_id = 0, files_ts = 0x0,
  12. files_tc = 0x7fff69e22710, cfg = 0x8c3ae0 <cfglist>, flags = 41, events = 0,
  13. htp_messages_offset = 0, tx_with_detect_state_cnt = 1}
  14. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement