aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-05From Alejandro Vaquero:Anders Broman3-7/+222
2005-02-05make some string parameters const, as they are not changed insideUlf Lamping2-10/+10
2005-02-05retap_packets() was renamed cf_retap_packets().Guy Harris1-1/+1
2005-02-04Activate SCTP association analysisMichael Tüxen1-0/+6
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen6-289/+381
2005-02-04Add detection of zero checksum.Michael Tüxen2-1/+4
2005-02-04Instead of having a single enumerated type for status return values fromGuy Harris5-73/+75
2005-02-04Properly define "cf_start_tail()".Guy Harris1-1/+1
2005-02-04remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping5-22/+28
2005-02-04this file doesn't use any item of the globals.h so remove #include. Ulf Lamping1-2/+0
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping45-324/+610
2005-02-04Fix a couple of distcheck problems:Gerald Combs7-9/+10
2005-02-04From Dominique Bastien: marker and OAM slow protocol support.Guy Harris2-480/+2645
2005-02-04HFILL can't be used to initialize at run time.Guy Harris1-1/+1
2005-02-04remove access to global cfile, use access functions and capture_opts insteadUlf Lamping1-6/+7
2005-02-04remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping3-17/+21
2005-02-04remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping3-12/+27
2005-02-04use a bitmap for the restore flags so the dissection is prettierRonnie Sahlberg3-8/+72
2005-02-04initial checkin of modified idl file for autogenerating the BUTC interfaceRonnie Sahlberg5-0/+621
2005-02-04check in new directory for the files for autogenerating dcerpc interfacesRonnie Sahlberg1-0/+3086
2005-02-04add missing conversion to new use of save_file and fork_childRonnie Sahlberg1-4/+4
2005-02-04add support for varying strings in addition to conformant and varying strings...Ronnie Sahlberg2-0/+142
2005-02-04update BUTC and fill in all (bar one) dissectorsRonnie Sahlberg2-72/+2917
2005-02-04(some) redesign of capture data structures.Ulf Lamping13-157/+195
2005-02-04Albert Chin:Jörg Mayer2-10/+1
2005-02-04albert chin:Jörg Mayer1-11/+14
2005-02-03Yaniv KaulJörg Mayer1-62/+50