aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-08-17Converted more of the IP fields to filterable fields.gram1-11/+32
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-16Get rid of the comments saying "make ["decode_numeric_bitfield()"] shiftguy1-7/+1
1999-08-15Fixed segfault with new gtk_tree_item deselection routine and -S option.gram1-9/+11
1999-08-15The "loop_data" structure is used only in "capture.c"; move itsguy2-11/+11
1999-08-15"open_cap_file()", if it succeeds, closes any capture file we had open;guy1-5/+3
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyguy4-60/+81
1999-08-15Fixed the problem with an assert coming from gtkwidget.c:3196 whengram2-8/+28
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theguy5-67/+58
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -guy4-16/+16
1999-08-15Oops, forgot to get rid of the "open_cap_file()" in "load_cap_file()"guy1-6/+1
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".guy4-61/+83
1999-08-14Add ICMP to the set of packet types counted in the window shown while aguy3-4/+17
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,gram2-9/+15
1999-08-14Added dfilter-int.h to list of deliverables.gram1-0/+1
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withgram4-38/+38
1999-08-14Have the "delta" format for time stamps show the time delta between aguy3-116/+155
1999-08-14Fix up the code that changes the "command-line-specified" time format toguy1-40/+30
1999-08-14Enable the "Display/Options" menu item when we're capturing with "-S",guy1-1/+2
1999-08-14In "change_time_formats()", you have to set "fd->cinfo" before you canguy1-1/+2
1999-08-14Removed unneeded 'color' field from header_field_info.gram2-4/+2
1999-08-13Added Brad's <brad@openbsd.org> patch to fix compilation fromgram2-2/+5
1999-08-13Moved global memory alloction used in display filters (which was storedgram10-121/+194
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theguy5-83/+117
1999-08-12One small regex change, just to be safe.gram1-2/+2
1999-08-12Fixed two bugs in display filter parsing.gram4-16/+29
1999-08-12"file_sel_ok_cb()" isn't used except with the "File/Open" dialog box;guy2-30/+29
1999-08-12Added Ashok's fix for RSVP and support for RSVP+.gram3-188/+311
1999-08-11The "-R" command-line filter is applied when reading the capture file;guy1-1/+1
1999-08-11The changes to file loading decreased file loading time rather thanguy1-1/+1
1999-08-11Changed two #include <>'s to #include "" 's, for stylistic reasons only.gram2-3/+3
1999-08-11Fixed packaging problem (the list of deliverables in the doc/ directory).gram4-6/+8
1999-08-11Modified the flex scanner to use symbols that start with "dfilter_"gram4-5/+10
1999-08-11Modified autoconf/automake files for doc subdirectory so that all ofgram6-34/+43
1999-08-10Display counts of NetBEUI/NBF frames as "NetBIOS".guy1-3/+3
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2guy9-18/+736
1999-08-10Change the test of pcap_dispatch returned valuedeniel1-3/+3
1999-08-10Fix the -S option timeout handling:deniel2-25/+16
1999-08-10More whitespace fixups, and fix a typo in a comment.guy1-4/+4
1999-08-10Fix up whitespace.guy1-2/+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 toguy5-119/+145
1999-08-10Initialize the "next" pointer of a "frame_data" structure to NULL beforeguy1-1/+2
1999-08-10Fix the list of descriptions of codes in ICMP Unreachable messages.guy1-2/+6
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isguy5-112/+105
1999-08-10Fixed a bug in displaying RIF ring/bridge pairs.gram1-7/+4
1999-08-09Added John McDermott's patch for handling ICMP Unreachable|Fragmentationgram2-1/+37