aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-02-08Add a section to the installer, which sets following key to "1" on WIN NT, if...Lars Roland1-4/+23
2005-02-07Fix up the suppression of packet printing and packet count printing soGuy Harris1-13/+22
2005-02-07And finally (I hope) the last part from the patchLars Roland4-8/+111
2005-02-07Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris5-4/+19
2005-02-07fix a bug if capturing into named files is usedUlf Lamping1-1/+3
2005-02-07From Alejandro Vaquero :Anders Broman2-2/+2
2005-02-07when building the argv string, use save_file_fd_str instead of save_file_fd t...Ulf Lamping1-3/+3
2005-02-07Suppress the packet counts when we're reading from a file.Guy Harris1-0/+1
2005-02-07Tethereal can write to a file in binary even if not built with libpcap.Guy Harris1-40/+41
2005-02-07Clean up indentation.Guy Harris1-39/+37
2005-02-07In case we have an unknown vendor tag, just decode the vendor fromJörg Mayer1-2/+4
2005-02-07From Alejandro Vaquero :Anders Broman1-1/+2
2005-02-07From Alejandro Vaquero :Anders Broman4-15/+40
2005-02-07From Alejandro Vaquero :Anders Broman2-4/+6
2005-02-07From LEGO:Anders Broman2-9/+13
2005-02-07The welcome pane isn't scrollable, so add it to the scrolling windowGuy Harris1-3/+4
2005-02-07In the child process, capture_opts->fork_child is 0, not -1, so, in thatGuy Harris1-14/+21
2005-02-07Move the code to set the title on a window when a capture is in progressGuy Harris4-77/+100
2005-02-07Declare "cf_callback_t" before using it in a further declaration.Guy Harris3-6/+4
2005-02-07Instead of calling each single thing when doing/finish a file operation, file...Ulf Lamping3-154/+334
2005-02-07Clean up indentation.Guy Harris1-124/+124
2005-02-06Don't have "set_menus_for_captured_packets()" callGuy Harris6-5/+56
2005-02-06Get rid of extra blank line at the end.Guy Harris1-1/+0
2005-02-06"iface" is now a member of "capture_opts", not "cfile".Guy Harris1-1/+2
2005-02-06Get rid of a few cf_get_ references missed by the previous checkin.Guy Harris2-3/+3
2005-02-06Include <ctype.h> for "isspace()".Guy Harris1-1/+3
2005-02-06Clean up indentation.Guy Harris1-24/+24
2005-02-06Back out the previous change - we were setting "datafiledir", notGuy Harris2-1/+10
2005-02-06minor code cleanupUlf Lamping1-1/+3
2005-02-06another two steps towards privilege seperation:Ulf Lamping15-388/+429
2005-02-06Clean up indentation.Guy Harris3-214/+208
2005-02-06From: LEGOAnders Broman4-146/+207
2005-02-06some cleanup of the initial start sequence of Ethereal, filling in capture_op...Ulf Lamping2-30/+33
2005-02-06fix bugs regarding the capture childUlf Lamping2-3/+3
2005-02-06instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping3-30/+42
2005-02-05remove obsolete function add_rtp_streams_graph() from voip_calls.[ch] and fix...Lars Roland2-79/+3
2005-02-05begin a welcome page which is shown, if you don't have any capture data loaded.Ulf Lamping2-2/+143
2005-02-05completely hide the main window panes, if we currently don't have a capture f...Ulf Lamping3-3/+16
2005-02-05From Josh Bailey:Gerald Combs6-233/+364
2005-02-05Remove g_free.Anders Broman1-1/+1
2005-02-05fixed the dnd_init declarationUlf Lamping1-1/+3
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping7-294/+349
2005-02-05use the interfaces descriptive name to be shown in the statusbar as it's, wel...Ulf Lamping1-1/+2
2005-02-05fix a commentUlf Lamping1-1/+1
2005-02-05Re-commit the asn2eth based gsm-map dissector, hopfully it'll work better now.Anders Broman2-2461/+9534
2005-02-05minor enhancements to Guy's last updateUlf Lamping4-24/+27
2005-02-05Put "cf_status_t" back.Guy Harris7-75/+80
2005-02-05Make "cf_open()" match the prototype in "file.h".Guy Harris1-1/+1
2005-02-05updated some commentsUlf Lamping1-4/+8
2005-02-05From Alejandro Vaquero:Anders Broman2-3/+7