aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-925/+0
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-553/+3
1999-08-28Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris1-10/+1
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1-1/+9
1999-08-25Reverted TCP follow back to old behavior of leaving list of packets inGilbert Ramirez1-10/+1
1999-08-25"read_filters()" is actually called late enough in the startup processGuy Harris1-2/+2
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-08-24Added John McDermott's colorization routines. There's still someGilbert Ramirez1-1/+3
1999-08-22Don't check to make sure "-k" was specified with "-S" or "-F" but notGuy Harris1-1/+3
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-3/+3
1999-08-20Fix the e-mail address for Jeff Foster.Guy Harris1-2/+2
1999-08-20Changed some symbols inside parser, fixed default error message inGilbert Ramirez1-2/+1
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1-5/+3
1999-08-20Cleaned up the two routines besides the main display filter mechanismGilbert Ramirez1-39/+24
1999-08-20"open_cap_file()" calls "close_cap_file()" if its attempt to open theGuy Harris1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-26/+23
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-4/+15
1999-08-18Make a "create_tempfile()" routine that constructs the template to beGuy Harris1-5/+3
1999-08-17Fix a typo in a comment.Guy Harris1-2/+2
1999-08-17Expand some comments.Guy Harris1-4/+15
1999-08-16Pick up a change from the OpenBSD ports collection, to use "mkstemp()"Guy Harris1-11/+30
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1-27/+53
1999-08-15Fixed the problem with an assert coming from gtkwidget.c:3196 whenGilbert Ramirez1-4/+6
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1-9/+8
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1-7/+7
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1-8/+20
1999-08-14Fixed File|Save As (it was using wrong variable for source filename).Gilbert Ramirez1-21/+41
1999-08-14Fixed segfault with combination of new dfilter struct usage, rfcode,Gilbert Ramirez1-3/+7
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-5/+18
1999-08-12"file_sel_ok_cb()" isn't used except with the "File/Open" dialog box;Guy Harris1-28/+28
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1-1/+2
1999-08-10Fix up some comments.Guy Harris1-7/+7
1999-08-10Add the ability to specify a filter to be used when reading the file toGuy Harris1-40/+53
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1-1/+2
1999-08-08Jochen Friedrich's patch to add a "-R" flag, which takes aGuy Harris1-2/+6
1999-08-05Use "strrchr()", rather than "strchr()", to find the '/' in "argv[0]"Guy Harris1-2/+2
1999-08-05Added a progress bar to the display filter computation. Unfortunately,Gilbert Ramirez1-2/+3
1999-08-05Have Ethereal, when invoked as "ethereal-dump-fields", dump out aGuy Harris1-7/+20
1999-08-04Fixed match_selected to work with new display filter code. It usesGilbert Ramirez1-31/+29
1999-08-02Update Olivier Abad's e-mail address.Guy Harris1-2/+2
1999-07-31When applying filters constructed by "Follow TCP Stream" or "MatchGuy Harris1-18/+6
1999-07-31Fix TCP follow stream feature:Laurent Deniel1-2/+2
1999-07-31- remove close_cap_file in follow_stream_cb since load_cap_fileLaurent Deniel1-2/+7
1999-07-31Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1-3/+3
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1-1/+2
1999-07-28Have:Guy Harris1-8/+15
1999-07-28Added a patch from Olivier Abad to handle X.25 iptrace captures.Gerald Combs1-1/+2
1999-07-27Actually, I think File/Reload is still used if you do a capture withGuy Harris1-1/+20
1999-07-27File/Reload isn't necessary any more - to run a display filter, justGuy Harris1-20/+1
1999-07-24Turn "protocol_tree" and "fd" from global variables into members of aGuy Harris1-35/+4