File: TODO

package info (click to toggle)
ngrep 1.35-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 388 kB
  • ctags: 388
  • sloc: ansic: 3,494; sh: 1,760; makefile: 67
file content (13 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Todo:

	o add non-ip protocols (IPX and Appletalk are up next, maybe NetBeui?)

	o Add -l.  "Line" (stream) buffer.  Instead of processing as packets, 
	  process as accumulated data streams.  Still not sure what the exact 
	  semantics should be; should we match streams of data until a
	  delimiter (default "\n") is seen?  Using libnids accumulating 
	  streams is a no brainer, but do folks think this would be useful?

	o Previous feature request to match entire streams (tcp only) is 
	  being ommitted in favour of apt (apt packet tracker, beta coming 
	  out soon).