aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-24Removed unnecessary #include "etypes.h" lines.gram1-2/+1
1999-08-24Added John McDermott's colorization routines. There's still somegram1-1/+3
1999-08-22Don't check to make sure "-k" was specified with "-S" or "-F" but notguy1-1/+3
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsguy1-3/+3
1999-08-20Fix the e-mail address for Jeff Foster.guy1-2/+2
1999-08-20Changed some symbols inside parser, fixed default error message ingram1-2/+1
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newgram1-5/+3
1999-08-20Cleaned up the two routines besides the main display filter mechanismgram1-39/+24
1999-08-20"open_cap_file()" calls "close_cap_file()" if its attempt to open theguy1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsguy1-26/+23
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyguy1-4/+15
1999-08-18Make a "create_tempfile()" routine that constructs the template to beguy1-5/+3
1999-08-17Fix a typo in a comment.guy1-2/+2
1999-08-17Expand some comments.guy1-4/+15
1999-08-16Pick up a change from the OpenBSD ports collection, to use "mkstemp()"guy1-11/+30
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyguy1-27/+53
1999-08-15Fixed the problem with an assert coming from gtkwidget.c:3196 whengram1-4/+6
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theguy1-9/+8
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -guy1-7/+7
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".guy1-8/+20
1999-08-14Fixed File|Save As (it was using wrong variable for source filename).gram1-21/+41
1999-08-14Fixed segfault with combination of new dfilter struct usage, rfcode,gram1-3/+7
1999-08-13Moved global memory alloction used in display filters (which was storedgram1-5/+18
1999-08-12"file_sel_ok_cb()" isn't used except with the "File/Open" dialog box;guy1-28/+28
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2guy1-1/+2
1999-08-10Fix up some comments.guy1-7/+7
1999-08-10Add the ability to specify a filter to be used when reading the file toguy1-40/+53
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isguy1-1/+2
1999-08-08Jochen Friedrich's patch to add a "-R" flag, which takes aguy1-2/+6
1999-08-05Use "strrchr()", rather than "strchr()", to find the '/' in "argv[0]"guy1-2/+2
1999-08-05Added a progress bar to the display filter computation. Unfortunately,gram1-2/+3
1999-08-05Have Ethereal, when invoked as "ethereal-dump-fields", dump out aguy1-7/+20
1999-08-04Fixed match_selected to work with new display filter code. It usesgram1-31/+29
1999-08-02Update Olivier Abad's e-mail address.guy1-2/+2
1999-07-31When applying filters constructed by "Follow TCP Stream" or "Matchguy1-18/+6
1999-07-31Fix TCP follow stream feature:deniel1-2/+2
1999-07-31- remove close_cap_file in follow_stream_cb since load_cap_filedeniel1-2/+7
1999-07-31Remove srcip and destip from packet_info since it is not safe to affectdeniel1-3/+3
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsguy1-1/+2
1999-07-28Have:guy1-8/+15
1999-07-28Added a patch from Olivier Abad to handle X.25 iptrace captures.gerald1-1/+2
1999-07-27Actually, I think File/Reload is still used if you do a capture withguy1-1/+20
1999-07-27File/Reload isn't necessary any more - to run a display filter, justguy1-20/+1
1999-07-24Turn "protocol_tree" and "fd" from global variables into members of aguy1-35/+4
1999-07-24Have "close_cap_file()" disable all menu items that make sense only ifguy1-16/+7
1999-07-23Printing multiple frames in PostScript is a bit tricky, I think - Iguy1-5/+15
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theguy1-7/+322
1999-07-22Revert to static sizing of columns.guy1-9/+7
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-3/+6
1999-07-13Use HAVE_LIBPCAP, not HAVE_PCAP - we define the former, not the latter.guy1-3/+3