aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-10-02Move the declaration of global variables involved with packet captureGuy Harris4-32/+18
1999-10-02Check for truncated header.Laurent Deniel1-2/+6
1999-10-02Add ICMP display filters.Laurent Deniel1-9/+29
1999-10-02Fix IGMP dfilter (some fields were registered and soLaurent Deniel1-11/+17
1999-10-02Add a file name field to the "Capture/Start" dialog box; if it's blank,Guy Harris1-21/+92
1999-10-02Have "do_capture()" take, as an argument, a pointer to the name of theGuy Harris4-62/+36
1999-10-02A child process for a "-S" or "-F" capture should *always* exit when theGuy Harris3-36/+42
1999-10-01Move the definitions of "sync_mode", "sync_pipe", "fork_mode",Guy Harris2-10/+8
1999-10-01Uwe Girlich's patch to handle OSes (e.g., SINIX) that lackGuy Harris4-6/+143
1999-09-30A "time units" value of 5 means "microseconds", according to an FDDIGuy Harris1-2/+2
1999-09-30Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, sinceGilbert Ramirez2-2/+22
1999-09-30If we specify a save file name with "-w", mark it as "user saved", soGuy Harris1-1/+2
1999-09-30When we get an EOF on the sync pipe in sync mode, wait for the child toGuy Harris1-3/+95
1999-09-30Add a new global flag "capture_child", which is TRUE if we're a childGuy Harris4-52/+93
1999-09-30If we're given the "-k" flag, don't start the capture until after we've:Guy Harris4-51/+70
1999-09-30GTK 1.2.5 version (not that it matters, given that GLib declaresGuy Harris1-1/+1
1999-09-29Enable "Print hex" only if "Print detail" is on.Guy Harris1-2/+7
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris9-46/+85
1999-09-29Fixed assert error reported by Dewi Morgan <dewim@sco.com>.Gilbert Ramirez2-2/+7
1999-09-29Added and extended Santeri Paavolainen's <santtu@ssh.fi> patchGilbert Ramirez2-2/+8
1999-09-28"snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types theGuy Harris1-2/+2
1999-09-27Replace the parens around 'control' in the two macros that I modified. IGilbert Ramirez1-3/+3
1999-09-27Don't bother setting the length of the LLC header when we create the LLCGuy Harris1-2/+2
1999-09-27When checking whether a control field is for a UI frame, you have toGuy Harris1-2/+2
1999-09-27Mask out unnecessary bits in control guint16 in order to properlyGilbert Ramirez1-3/+3
1999-09-26Handle the length of the LLC(+SNAP) header correctly for SNAP frames.Guy Harris1-6/+14
1999-09-26Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris3-67/+71
1999-09-26Added name resolution in GUI part:Laurent Deniel5-8/+34
1999-09-26Make Information Frame honor is_extended variable when reading Control.Gilbert Ramirez1-2/+5
1999-09-25Squelch a (justified, although the child process *shouldn't* ever sendGuy Harris1-2/+2
1999-09-24Changed version to 0.7.5Gilbert Ramirez3-2/+7
1999-09-24DO NOT check for "unistd.h"; due to an unfortunate botch in the wayGuy Harris1-2/+43
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris12-29/+30
1999-09-24Re-enable progress bar movement during display filter processing.Gilbert Ramirez1-7/+4
1999-09-24Many more packaging changes. Lets compilation with new gtk subdirectoryGilbert Ramirez3-7/+14
1999-09-24In "try_tempfile()", if the buffer is too short for the temporary fileGuy Harris1-1/+5
1999-09-24Packaging changesGilbert Ramirez2-29/+2
1999-09-24Moved version to 0.7.4; updated documentation.Gilbert Ramirez3-2/+137
1999-09-23Dirk Bonne's fix to ICMP timestamp dissection.Guy Harris1-5/+3
1999-09-23Close the capture file in "do_capture()", right before unlinking theGuy Harris2-15/+13
1999-09-23If we forcibly turn off "fork_mode" if the user doesn't enable "UpdateGuy Harris4-16/+13
1999-09-23In fork mode, close the capture file in "do_capture()", because theGuy Harris1-44/+63
1999-09-23Update to reflect changes to the "Capture/Start" and "Display/Options"Guy Harris1-5/+9
1999-09-23Move the toolkit-independent code to create a temporary capture file,Guy Harris5-327/+404
1999-09-23Make the buffer into which we read from the sync pipe one byte biggerGuy Harris1-3/+3
1999-09-23Give it an RCS ID.Guy Harris6-0/+54
1999-09-23Fix the calculation of the temporary file name length inGuy Harris1-2/+2
1999-09-23Give it an RCS ID.Guy Harris1-0/+2
1999-09-23When reading a capture file, we can detect whether it's compressed orGuy Harris2-14/+14
1999-09-23Get rid of unused variable.Guy Harris1-2/+1