Liking cljdoc? Tell your friends :D

paclo.core

Public, data-first facade for Paclo.

Main entry points:

  • packets for live/offline capture as lazy sequences
  • reduce-packets for synchronous, low-allocation reduction
  • bpf for BPF DSL -> string conversion
  • write-pcap! for writing packet byte sequences
Public, data-first facade for Paclo.

Main entry points:
- `packets` for live/offline capture as lazy sequences
- `reduce-packets` for synchronous, low-allocation reduction
- `bpf` for BPF DSL -> string conversion
- `write-pcap!` for writing packet byte sequences
raw docstring

paclo.decode-ext

Public post-decode hook registry.

Hooks are applied to packet maps after decode and are intentionally isolated: failures in one hook do not stop packet processing.

Public post-decode hook registry.

Hooks are applied to packet maps after decode and are intentionally isolated:
failures in one hook do not stop packet processing.
raw docstring

paclo.dev

Quick REPL helpers for debugging and packet inspection.

  • (parse-hex s) ; hex string -> packet map
  • (summarize pktmap) ; print concise summary
  • (hexd pktmap) ; render :bytes as hex

Example: (-> HBH-OK parse-hex summarize) (-> HBH-BAD parse-hex summarize)

Quick REPL helpers for debugging and packet inspection.

- (parse-hex s)      ; hex string -> packet map
- (summarize pktmap) ; print concise summary
- (hexd pktmap)      ; render :bytes as hex

Example:
(-> HBH-OK parse-hex summarize)
(-> HBH-BAD parse-hex summarize)
raw docstring

paclo.flow

Internal low-allocation flow projection for Ethernet IP packets.

Internal low-allocation flow projection for Ethernet IP packets.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close