2005-11-26 pbi - catch exceptions in ColorPrompt from bad color theme to avoid v1.0.2.12
2005-11-26 pbi - added class HTMLTheme2 with trigram instead of '<' and '>' to easily convert others into &lt; and &gt; v1.0.2.11
2005-11-20 pbi - improved a bit error handling of import dnet/pcap v1.0.2.10
2005-11-19 pbi - handle API change between pylibpcap 0.4 and 0.5 v1.0.2.9
2005-11-17 pbi - changed Packet.sprintf() format string specificator to accept only the v1.0.2.8
2005-11-17 pbi - added onlyasc parameter to linehexdump() v1.0.2.7
2005-11-15 pbi - added Packet.command() to go from a packet instance to the Scapy command to generate it v1.0.2.6
2005-11-15 pbi - write history in an atexit registered function v1.0.2.5
2005-11-15 pbi - fixed Enum fields for them to work with lists of values v1.0.2.4
2005-11-09 pbi - added a ColorTheme.__repr__() to fix objects that used it, like conf object! v1.0.2.3
2005-11-09 pbi - fixed itom() to return positive values even for big endian platforms v1.0.2.2
2005-11-07 pbi release 1.0.2 v1.0.2.1
2005-11-07 pbi - fixed Dot11Auth.seqnum to be little endian v1.0.1.13
2005-11-07 pbi - fixed some stuff in the LaTeX color theme v1.0.1.12
2005-11-07 pbi - added timeout parameter to fragleak() v1.0.1.11
2005-11-07 pbi - fixed LLC/SNAP binding to overload LLC.ctrl with 3 v1.0.1.10
2005-11-07 pbi - changed Dot11.summary() to show src > dst v1.0.1.9
2005-11-07 pbi - added DNS.answsers() v1.0.1.8
2005-11-07 pbi - added SignedIntField() and LESignedIntField v1.0.1.7
2005-11-01 pbi - added hint_iface parameter to sendp() v1.0.1.6
2005-10-31 pbi - added ConditionalField to wrap a field and apply a condition to its presense v1.0.1.5
2005-10-27 pbi - created VolatileValue class to handle volatile values like RandomField v1.0.1.4
2005-10-27 pbi - Changed color themes handling. Now LatexTheme and HTMLTheme are not ugly hacks anymore. v1.0.1.3
2005-10-26 pbi - added CharEnumField() v1.0.1.2
2005-10-25 pbi Release 1.0.1 v1.0.1.1
2005-10-25 pbi - added rebuild option to Packet.p{s|df}dump() to dump a packet as-is v1.0.0.61
2005-10-23 pbi - PacketList.sr() return ( (matched couples), (unmatched packets) ) from the packet list v1.0.0.60
2005-10-23 pbi - added layer_shift option to every p{s|df}dump() method to explode hexa dump by layers v1.0.0.59
2005-10-23 pbi - return a loopback route when no default route is present. XXX: linux specific! v1.0.0.58
2005-10-23 pbi - split bind_layers() into bind_top_down() and bind_bottom_up() v1.0.0.57
2005-10-23 pbi - fixed dissection errors exception management when conf.debug_dissector is true v1.0.0.56
2005-10-23 pbi - made MACField's default value to be "00:00:00:00:00:00" v1.0.0.55
2005-10-23 pbi - fixed Field.randval() to work with string formats and modifiers v1.0.0.54
2005-10-17 pbi - uniformized to "lfilter" the paramter name for lambda expressions used as filters v1.0.0.53
2005-10-15 pbi - AutoTime() and IntAutoTime() classes that give a field a time dependant value v1.0.0.52
2005-10-08 pbi - added StreamSocket supersocket to emulate a datagram socket on a stream v1.0.0.51
2005-10-08 pbi - remove useless routes in netstat -rn output (P. Lalet) v1.0.0.50
2005-10-08 pbi - fixed netmask calculations (P. Lalet) v1.0.0.49
2005-10-08 pbi - use color for packet numbering in nsummary() et al. v1.0.0.48
2005-10-06 pbi - fixed MAC addresses calculation when IP is a Gen() instance (G. Valadon) v1.0.0.47
2005-10-06 pbi - added route.get_if_bcast() to get interface's broadcast address (F. Raynal) v1.0.0.46
2005-10-06 pbi - changed sys.exit() into os._exit() in sndrcv() to prevent children to flush files buffers v1.0.0.45
2005-10-06 pbi - worked arround (I hope) all FreeBSD/MacOS/pcap issues (look at pcap_get_selectable_fd() note of pcap8 manpage). v1.0.0.44
2005-10-05 pbi - added nofilter option to supersockets to handle ethertype filtering for non-linux stuff v1.0.0.43
2005-10-05 pbi - added RandMAC() v1.0.0.42
2005-10-05 pbi - modified Packet.__iter__ to also evaluate random defaults fields v1.0.0.41
2005-10-05 pbi - filtered more characters for LaTeX in ps/pdf dump v1.0.0.40
2005-10-05 pbi - fixed StrFixedLenField.addfield() v1.0.0.39
2005-10-05 pbi - overloaded RandFields repr() to give the class name v1.0.0.38
2005-10-05 pbi - more tests in DHCP_am.make_reply() to handle garbage in v1.0.0.37
2005-09-24 pbi - added a "padding" option to TracerouteResult.graph() to show routers that pad v1.0.0.36
2005-09-24 pbi - added Packet.psdump() and Packet.pdfdump() v1.0.0.35
2005-09-24 pbi - ability to change the BPF filter in traceroute() v1.0.0.34
2005-09-24 pbi - completed PrismHeader layer v1.0.0.33
2005-09-24 pbi - deprecated "packet.haslayer(l)" by "l in Packet" v1.0.0.32
2005-09-24 pbi - better error message if gnuplot wrapper is missing v1.0.0.31
2005-09-13 pbi - added Dot11Elt.mysummary() for SSID displaying v1.0.0.30
2005-09-13 pbi - fix build of packets with more than one padding v1.0.0.29
2005-09-12 pbi - new hexdump() which displays offsets v1.0.0.28
2005-09-12 pbi - new summary() and mysummary() semantic (backward compatible!) to enable more than one class to be expanded. v1.0.0.27