| 5 weeks | gnn | Fix the problems with building on FreeBSD 8.0 |
| 2 months | gnn | Fix all tests to run properly on MacOS (Darwin) and to print real |
| 2 months | gnn | Fix a setup problem whereby pcap could not find bpf.pxd when building. |
| 2 months | gnn | Make very minor tweaks to for loops and the like in the main file to |
| 2 months | gnn | Pull latest from repo |
| 4 months | gnn | A quick script to send IGMPv2 membership reports which will force |
| 2 months | gnn | Fix setup.py for linux, which may or may not have a lib64. |
| 13 months | gnn | Changes from Bruce Simpson as of 6 June 2008. |
| 13 months | bms | Fix keyword initializers for IGMPv3 queries. |
| 13 months | bms | Fix some bugs in the IGMPv3 report parser. |
| 13 months | bms | add first cut ieee slow-protocols support |
| 13 months | bms | add more GARP stuff |
| 13 months | bms | add basic GARP support |
| 13 months | bms | add rfc pointer for bgp-mpls |
| 13 months | bms | Add basic BGP formats. |
| 13 months | bms | Add MPLS, VLAN types. |
| 13 months | bms | basic MPLS support |
| 13 months | bms | add basic vlan support |
| 13 months | bms | add 802.1d BPDUs |
| 13 months | bms | fix typos |
| 13 months | bms | Add basic rtp support. |
| 13 months | bms | Add IEEE 802.11 and basic LLC/SNAP support, untested. |
| 13 months | bms | add forgotten arguments |
| 13 months | bms | add first cut of a radiotap header decoder |
| 13 months | bms | typo |
| 13 months | bms | typo |
| 13 months | bms | add bprintfs for bsd rtmsg bitfields |
| 13 months | bms | Chuck in first blast at RFC 3549 Netlink parsers. |
| 13 months | bms | munge todo |
| 13 months | bms | Add bsprintf(). |
| 13 months | bms | Add initial support for BSD routing socket messages. |
| 13 months | bms | Add support for POSIX CLOCK_MONOTONIC which is a no-op on Windows. |
| 13 months | bms | update hgignore |
| 13 months | bms | Make IGMPv3 report parser more robust. |
| 13 months | bms | Use xrange. |
| 13 months | bms | comment out a printf which crept in |
| 13 months | bms | catch up with expect() |
| 13 months | bms | Fix expect(). It is now believed to work correctly. |
| 13 months | bms | Fix a bug in IP whereby we were actually printing the layout's values, |
| 13 months | bms | Fix bugs which would have prevented bpf objects from |
| 13 months | bms | Teach ICMPv4 classes to use next() and add a discriminator. |
| 13 months | bms | Style: Use "is" for comparisons with immutable types. |
| 13 months | bms | Style: |
| 13 months | bms | Add a comment about .pxd deps not being checked during build. |
| 13 months | bms | Add code which can generate BPF programs from PCS chains. |
| 13 months | bms | Add in-depth BPF filter support to PCS. |
| 13 months | bms | Add new expect() support to TapConnector. |
| 13 months | bms | Reimplement some key aspects of how expect() works. |
| 13 months | bms | typos |
| 13 months | bms | Make sure dnsheader has a "data" member as Chain needs to |
| 13 months | bms | Add ICMP types and codes. |
| 13 months | bms | Use fixup(). |
| 13 months | bms | Use chain.fixup(). |
| 13 months | bms | Add Chain.fixup(), an operation which merely calls |
| 13 months | bms | Fix some bugs in expect(). |
| 13 months | bms | Add pcap_setdirection(). |
| 13 months | bms | Add inet_ltoa() as it's handy to have around. |
| 13 months | gnn | Update from Bruce Simpson 27 May 2008 |
| 13 months | gnn | Update from Bruce Simpson on 18 May 2008 |
| 13 months | bms | Fix compilation. |