The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.29 - 2013-04-09

  • L7::HTTP
    • support for 1xx responses
    • support for chunked requests INTERFACE CHANGE!! in_chunk_{header,trailer} now specifify direction before the data
    • fixes for chunked handling:
      • Transfer-Encoding is compared case insensitive
      • chunked is only enabled if Transfer-Encoding is exactly 'chunked' (ignore case) not 'chunked whatever' etc
      • chunked is only available with version >= 1.1
    • added test 02_l7http

Modules

library for inspection of data on various network layers
base class for connections
provides debugging facilities for Net::Inspect library
base interface for Net::Inspect::* flows
get packets from PCAP
get raw IP packets, reassemble fragments
get IP data, extracts TCP connections
get IP data,i extract UDP packets and optionally maintain UDP connections.
tries to find and redirect to appropriate protocol handler
handles empty connections
handles empty connections
handles the connections nobody else deals with
guesses and handles HTTP traffic
chained inspection and modification of HTTP request and response
simple HTTP request handling

Provides

in lib/Net/Inspect/Flow.pm
in lib/Net/Inspect/L5/Socks.pm
in lib/Net/Inspect/L5/Socks.pm
in lib/Net/Inspect/L7/HTTP/Request/InspectChain.pm
in tools/httpflow/privFileCache.pm
in tools/httpflow/privHTTPConn.pm
in tools/httpflow/privHTTPRequest.pm