aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
* Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs2006-08-161-0/+2
* Add duplicate frame detection (and removal) to editcap. (Some switchesGerald Combs2006-07-271-1/+2
* we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg2006-07-201-3/+0
* More ethereal -> wireshark.Gerald Combs2006-05-311-2/+2
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-311-11/+11
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-9/+9
* name changeRonnie Sahlberg2006-05-211-2/+2
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-0/+3
* When capturing, we only support writing to libpcap files. Given that,Guy Harris2006-03-041-0/+3
* Add the (still unfinished) tethereal side of the funnel.Luis Ontanon2006-02-241-0/+1
* Check for getopt in the configure script, as we do for other routinesGuy Harris2006-02-151-4/+4
* Add tempfile.h to the list of headeer files. That was the problem, notGuy Harris2006-02-131-0/+1
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-8/+10
* the point of no return ...Ulf Lamping2006-02-111-1/+0
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-0/+1
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-4/+4
* no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping2005-12-051-0/+1
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-1/+0
* split some parts of the packet counting functions into their own files captur...Ulf Lamping2005-12-031-2/+5
* forgot to checkin that file ... so buildbot became unhappy!Ulf Lamping2005-12-031-0/+2
* seems like autogen doesn't like empty lines in the makefileUlf Lamping2005-11-281-1/+1
* dumpcap.c doesn't need to link with file.c!Ulf Lamping2005-11-281-10/+0
* first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping2005-11-281-0/+25
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-0/+1
* Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris2005-10-041-14/+3
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-22/+10
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-0/+1
* For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris2005-08-201-0/+1
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-2/+0
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-0/+2
* fix a typoUlf Lamping2005-08-171-1/+1
* Remove/replace SPACES at the beginning of Makefile.am/Makefile.commonJörg Mayer2005-07-121-2/+2
* add log.hUlf Lamping2005-05-261-0/+1
* add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping2005-04-291-0/+2
* From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen2005-03-201-0/+1
* Get stats_tree compiledLuis Ontanon2005-02-251-0/+1
* move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping2005-02-231-0/+2
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-2/+18
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-6/+1
* Move h225-persistentdata.[ch] to epan,Lars Roland2005-02-081-1/+0
* Don't have "set_menus_for_captured_packets()" callGuy Harris2005-02-061-0/+1
* Report a friendlier name, if possible, when capturing in Tethereal.Guy Harris2005-01-161-2/+2
* Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris2005-01-161-2/+2
* split capture_loop from capture.c, some more code cleanupUlf Lamping2004-10-301-0/+1
* code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping2004-10-301-0/+2
* "prefs-int.h" belongs in epan, too.Guy Harris2004-10-011-1/+0
* Move the column preferences stuff to epan (the rest of the preferencesGuy Harris2004-09-291-1/+0
* Move various tables into the epan directory.Guy Harris2004-09-291-3/+0
* Move the request/response header helper routines to the epan directory.Guy Harris2004-09-291-1/+0
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+0