0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 20 hours ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Cosmetic] make use of equality test whenever possible
rixed
as Cedric Cellier
More... about 13 years ago
Handle packets longer than snaplen when reading pcap files.
rixed
as Cedric Cellier
More... about 13 years ago
Deal with pcap file endianness
rixed
as Cedric Cellier
More... about 13 years ago
Cosmetic name changes
rixed
as Cedric Cellier
More... about 13 years ago
Add Dns.Pdu.random etc...
rixed
as Cedric Cellier
More... about 13 years ago
Add Dhcp.Pdu.random and add the (un)pack quicktests.
rixed
as Cedric Cellier
More... about 13 years ago
Add Arp.Pdu.random and the usual (un)pack quicktest
rixed
as Cedric Cellier
More... about 13 years ago
Add Udp.Pdu.random and the usual (un)pack quickcheck.
rixed
as Cedric Cellier
More... about 13 years ago
Add Tcp.Pdu.random and a quicktest, and fix unpacking of hdr_len
rixed
as Cedric Cellier
More... about 13 years ago
Eth.Pdu.random now may have a VLAN tag.
rixed
as Cedric Cellier
More... about 13 years ago
And Eth.Addr too
rixed
as Cedric Cellier
More... about 13 years ago
The same goes for Arp.Op, Arp.HwType and Arp.HwProto constants.
rixed
as Cedric Cellier
More... about 13 years ago
And move into Ip.Proto the constant IP protocol numbers
rixed
as Cedric Cellier
More... about 13 years ago
Populate Ip.Addr with all function related to ... IP addresses.
rixed
as Cedric Cellier
More... about 13 years ago
Implements Packet.pack
rixed
as Cedric Cellier
More... about 13 years ago
Add quicktest for Eth.Pdu.(un)pack
rixed
as Cedric Cellier
More... about 13 years ago
Add a test to ensure Ip.Pdu.pack|unpack = Id
rixed
as Cedric Cellier
More... about 13 years ago
Use a custom printer for TCP flags.
rixed
as Cedric Cellier
More... about 13 years ago
[Fix] don't reload Batteries module
rixed
as Cedric Cellier
More... about 13 years ago
Use custom type and printer for packet payloads.
rixed
as Cedric Cellier
More... about 13 years ago
Helper function to build packet out of a pcap stream
rixed
as Cedric Cellier
More... about 13 years ago
[Fix] Do not append empty Raw layer to packets
rixed
as Cedric Cellier
More... about 13 years ago
A new Packet facility to unpack a whole protocol stack.
rixed
as Cedric Cellier
More... about 13 years ago
[Fix] reading pcap file and use a helper function that builds an Enum.t
rixed
as Cedric Cellier
More... about 13 years ago
DNS query type is now a private type with custom printer.
rixed
as Cedric Cellier
More... about 13 years ago
Private type with custom printer for DHCP message type.
rixed
as Cedric Cellier
More... about 13 years ago
Arp opcodes, hardware types and proto are now private types with custom printers
rixed
as Cedric Cellier
More... about 13 years ago
Ip protos and addresses are now private type with custom printers
rixed
as Cedric Cellier
More... about 13 years ago
Custom printer for bitstrings
rixed
as Cedric Cellier
More... about 13 years ago
[Fix] Forgot to remove Ip.check from make check since it's gone
rixed
as Cedric Cellier
More... about 13 years ago