aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos.Guy Harris1999-07-201-20/+21
* "doc/ethereal.pod" is no longer a source file - it's generated from theGuy Harris1999-07-202-3/+2
* Converted some IPX fields to the new proto_tree functions.Gilbert Ramirez1999-07-201-12/+34
* Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1999-07-179-38/+119
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-1519-136/+483
* Use HAVE_LIBPCAP, not HAVE_PCAP - we define the former, not the latter.Guy Harris1999-07-131-3/+3
* When printing a packet, do it from the protocol tree, not from the GTK+Guy Harris1999-07-133-117/+132
* Look for <sys/socket.h>, not <sys/socket>.Guy Harris1999-07-133-5/+5
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-1311-341/+20
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-1353-338/+788
* Fixed packet.h for good.Gilbert Ramirez1999-07-121-33/+90
* Some more updates. Now have open_andx decoded mostly ... Still some funniesRichard Sharpe1999-07-122-797/+668
* Don't claim that display filters have "tcpdump" filter syntax, as theyGuy Harris1999-07-121-6/+6
* When you hit <Return> in the text entry box for the display filter,Guy Harris1999-07-113-39/+90
* The previous checkins were based on versions of the file prior toGuy Harris1999-07-112-328/+366
* More decoding of fields. Now handle enumerated fields, but still haveRichard Sharpe1999-07-102-298/+933
* Add back in the note about GNU "make", "flex", and "bison"/BerkeleyGuy Harris1999-07-091-2/+15
* Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1999-07-0914-186/+247
* Declare "dissect_radius()" here.Guy Harris1999-07-081-1/+2
* "pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1999-07-081-3/+3
* Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1999-07-0815-399/+750
* Put the XOR logic in place, where previously I had left an inclusive-ORGilbert Ramirez1999-07-081-8/+10
* Documented the proto_register_field_array() function, and convertedGilbert Ramirez1999-07-083-86/+46
* Fixed the byte_range implementation, and removed some of the C-styleGilbert Ramirez1999-07-082-319/+29
* "const"ifty some function arguments and structure members, and "#if 0"Guy Harris1999-07-074-18/+20
* Removed old #include's.Gilbert Ramirez1999-07-071-3/+1
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-07102-5475/+5499
* From Jason Lango <jal@netapp.com>, a fix to a long-standing problemGuy Harris1999-07-072-7/+8
* Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1999-07-078-14/+446
* "pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1999-07-061-3/+3
* Include <sys/types.h> before including <netinet/in.h> - you have to doGuy Harris1999-07-041-0/+1
* Note that non-GNU "make"s appear not to be able to build Ethereal, andGuy Harris1999-07-041-0/+13
* In GTK+ 1.0[.x], "gtk_window_set_position()" was calledGuy Harris1999-07-041-1/+5
* Fixed a small problem that would have prevented Ethereal from compiling.Richard Sharpe1999-07-012-4/+4
* Added some more, auto-generated decoding to packet-smb.c.Richard Sharpe1999-06-281-3/+1051
* When checking to see if a packet is of a given type by checking theGuy Harris1999-06-251-25/+14
* If WITH_WIRETAP is defined, don't define variables used only ifGuy Harris1999-06-251-1/+5
* In my haste to get rid of the compilation warning, I converted theGilbert Ramirez1999-06-251-2/+2
* Added Ashok's Match Selected functionality, and changes to move etherealGilbert Ramirez1999-06-2412-121/+220
* If the "Cancel" button is clicked in the "Display Options"Guy Harris1999-06-241-1/+29
* Finally! Got rid of compilation warning about converting pointer to intGilbert Ramirez1999-06-231-2/+2
* Added an "apply" button to the display option gui, so we can try newGilbert Ramirez1999-06-221-3/+33
* Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1999-06-2217-129/+556
* Update the display if the "command-line-specified" time format isGuy Harris1999-06-225-52/+163
* Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1999-06-215-72/+52
* Added "0x" to a couple of proto_tree_add_item printf-style labels thatGilbert Ramirez1999-06-211-3/+3
* Added a paragraph explaining that the SNMP decode in ethereal usesGilbert Ramirez1999-06-211-0/+11
* Update the man page to reflect the "Capture/Start" and "Display/Options"Guy Harris1999-06-191-1/+13
* Update a comment.Guy Harris1999-06-191-6/+6
* Use "gtk_toggle_button_set_state()" rather thanGuy Harris1999-06-196-96/+79