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