obnox/wireshark/wip.git
1999-01-03 gramAdded files to handle AIX iptrace 2.0 files in wiretap.
1999-01-03 guyThe "lnk_t" field of per-packet data, and the "pkt_enca...
1999-01-02 gramI made sure to note that wiretap only supports iptrace...
1999-01-02 gramAdded the iptrace (AIX's packet-capture tool) file...
1999-01-01 gramAdded #include <sys/types.h> for compilation under...
1998-12-31 gramBe smarter about IPX port numbers and which function...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-29 gerald* Installation documentation updates
1998-12-27 gerald* Add library version information to about box, -v...
1998-12-27 gerald* Minor changes for GTK+ 1.1/1.2 support
1998-12-27 gerald* GTK+ 1.1/1.2 compatibility changes (use gtk_scrolled_...
1998-12-22 gramFixed more bugs with dialogues and gtk+-1.1.x.
1998-12-22 gramStopped the "TCP Follow" screen from producing an error...
1998-12-22 gramFixed the version of gtk1.1.x required for
1998-12-21 geraldSyntax and compilation fixes for the broken code I...
1998-12-21 geraldMake the info field verbose.
1998-12-21 geraldChanged port print formats to unsigned, added raw port...
1998-12-21 geraldModify add_item_to_tree to return immediately on a...
1998-12-20 guyBack out change that Hannes Boehm said he didn't intend...
1998-12-19 hannesAdded "Cisco Discovery Protocol" Hooks
1998-12-17 gramAdded Guy Harris' patch to read Sniffer ATM trace files...
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-12-16 guyNote that wiring the current longest string in a column...
1998-12-15 guyFix the bitmask for the hour field in a DOS-format...
1998-12-13 gramDebug statement commented out.
1998-12-13 gramAdded Guy's patch to calculate date of Sniffer packet...
1998-12-04 guyWhen dissecting DNS or NBNS queries or replies, add...
1998-12-03 guyThe Appletalk ARP opcode, like other AARP fields, is...
1998-11-23 gramLANalyzer records time in half microseconds, not micros...
1998-11-23 gramAdded time-stamp decoding to LANalyzer decodes, made...
1998-11-21 gramThe Sniffer-reading code now checks to make sure that...
1998-11-21 guyTake the name-processing part of "get_nbns_name_type_cl...
1998-11-21 guyPick up from Ethereal's "configure.in" the test to...
1998-11-20 gramFix for non null-terminated strings.
1998-11-20 guyThe address family isn't part of the RIP header, it...
1998-11-20 gramAdded NetBIOS Datagram (over UDP) support.
1998-11-20 gramI gave Guy the credit he deserves.
1998-11-20 gramAdded NetBIOS datagram support (over UDP, as per RFC...
1998-11-20 gramBOOTP option 55 (parameter request list) now shows...
1998-11-18 gerald* Fixed minor bug when printing string values.
1998-11-18 guyNote that "wiretap" can now read Sun "snoop" files.
1998-11-18 gerald* Don't build wiretap if it isn't configured.
1998-11-18 gerald* Disable filter-related widgets if we're using wiretap.
1998-11-18 gerald* File needed for one of Laurent's patches that I just...
1998-11-18 gerald* Added patches from Laurent and Guy
1998-11-18 gerald* Mods to use get_tcp_port() to print the port number.
1998-11-18 gerald* Add -Wall to CFLAGS if we're running gcc.
1998-11-17 guyAdd the header files to "libwiretap_a_SOURCES", so...
1998-11-17 guyAdd the header files to "libwiretap_a_SOURCES", so...
1998-11-17 gerald* Fixes for TCP and UDP port number display.
1998-11-17 gerald* Added column formatting functionality.
1998-11-17 guyAdd a "acinclude.m4" file that defines a "AC_ETHEREAL_S...
1998-11-17 guyUn-comment "AC_CONFIG_SUBDIRS()", so that it'll run...
1998-11-16 guyPut the Makefile back, in the hopes that it'll prevent...
1998-11-15 guyRemove the Makefile from CVS - Ethereal doesn't have...
1998-11-15 guyBack out some changes accidentally commited by the...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-15 guyAdd "acconfig.h" to make the "auto*" stuff happy.
1998-11-13 gramThe Sniffer-reading code in wiretap now decodes the...
1998-11-13 gramNow that I know where to find the file format of Sniffe...
1998-11-13 gramMore patches from Guy to make wiretap compile better...
1998-11-12 gramMore patches from Guy, cleaning up warnings when using...
1998-11-12 gramAdded a patch to wiretap from Guy Harris to help compil...
1998-11-12 guyWe have to include <sys/types.h>, if we have it, to...
1998-11-12 gramI added the LANalzyer file format to wiretap. I cleaned...
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-11-08 gerald* Fix for unsigned overflows on Solaris
1998-11-05 guyGet rid of the "N on link, M capture" from the null...
1998-11-05 guyAdd in a bunch of #defines for packet types.
1998-11-03 guy Add a routine to convert Ethernet packet types to...
1998-10-29 gerald* Fixes for problems with the preference initialization...
1998-10-28 gerald* Changes to make things easier on people with misplace...
1998-10-28 gerald* Added preference file saves and reads.
1998-10-28 gerald* Aligned the icon with the top edge of the dialog.
1998-10-28 guyUse "memcpy()" rather than "bcopy()", to eliminate...
1998-10-28 guy Add the "Maximize security" type of service for IP...
1998-10-27 gramRemoved unused variable and fixed call to add_item_to_t...
1998-10-22 gramI added the byte count to the Data section. The print...
1998-10-22 gramAn NCP READ is now decoded. This is the first function...
1998-10-22 gramSilly mistake which caused if(tree) to fail.
1998-10-21 gramRemoved some routines in support of match_strval function.
1998-10-20 guy Add a "val_to_str()" routine that calls "match_strval...
1998-10-16 guyAdd declarations of "dissect_aarp()' and "dissect_ddp()".
1998-10-16 guyGet rid of unused "etype_str[]" array in "ethertype()".
1998-10-16 guyAdd Simon Wilkinson to the list of contributors in...
1998-10-16 geraldAdded Simon
1998-10-16 gerald* Copied in the correct GNU license (I'm such a goober)
1998-10-15 gramI'm preparing ncp for expansion (i.e., cleaning up...
1998-10-15 guyFix up an "sprintf()" to handle the possibility that...
1998-10-15 guyShow queries as a summary line (as was the case before...
1998-10-14 guyUse "ip_to_str()" and "ether_to_str()" to extract IP...
1998-10-14 gramNeeded for common routines between DNS and NBNS.
1998-10-14 guyTag NetBIOS Name Service-over-UDP packets as "NBNS...
1998-10-14 guyDon't assume the UDP header is always properly aligned...
1998-10-14 gramI've started to figure out the difference between NetBI...
1998-10-14 gramI rename the single dissect() function in packet-nbipx...
1998-10-14 gramThis should have been part of my previous 'cvs commit...
1998-10-14 gramAdded preliminary support for NetBIOS Name Services...
1998-10-13 denieltoo few arguments for sprintf format
1998-10-13 guyOn most systems, bit-swap the bytes of an FDDI MAC...
next