Move alert_box.c to the ui directory.
[metze/wireshark/wip.git] / Makefile.common
2012-03-08 Guy HarrisMove alert_box.c to the ui directory.
2012-02-19 Guy HarrisBuild the TShark taps into a static libcliui library...
2012-02-19 Guy HarrisMove dftest.c back to the top-level directory; that...
2012-02-18 Guy HarrisCreate a libui (static) library in the ui directory...
2012-02-17 Jörg MayerFix a typo that broke compilation on all platforms
2012-02-17 Jörg MayerTrying to fix the compile of ui/util.c on Windows by...
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/
2012-02-05 Anders BromanFrom QA Cafe:
2012-01-18 Guy HarrisAdd some files that didn't get checked in.
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-16 Guy HarrisMove alert_box.c back up to the top-level directory...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerRename crypt-xxx to xxx
2012-01-03 Guy HarrisMove capture_sync.h as well.
2012-01-03 Guy Harriscapture_sync.c is another file common to all programs...
2011-12-29 Guy HarrisSwallow cant_load_winpcap_err() up into capture-wpcap...
2011-09-15 Martin MathiesonAdd a tap for showing all expert items.
2011-07-14 Martin MathiesonAdd LTE RLC stats tap to tshark.
2011-07-14 Martin MathiesonAdd LTE MAC statistics to tshark.
2011-06-21 Anders BromanFrom Stéphane Gorse:
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-11 Chris MaynardAdd conversation tracking and tshark tap support to...
2011-04-05 Chris MaynardAdd ICMP tap support, and add a tshark tap to measure...
2011-03-27 Gerald CombsAdd "-z hosts", which dumps name resolution information...
2010-11-28 Stephen FisherMove u3 code to top-level directory since it's not...
2010-11-27 Guy HarrisMove main_statusbar.h to the top-level directory; none...
2010-09-18 Jeff MorrissFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
2010-06-01 Gerald CombsFrom Michael Bernhard via bug 3398 with minor fixups:
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-07 Guy HarrisAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-03-06 Anders BromanFrom Andrej Kuehnal:
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-08-31 Kovarththanan Raja... Remove strcasecmp. We use g_ascii_strcasecmp exclusively
2009-07-02 Gerald CombsPull mkstemp() into tempfile.c. That's the only place...
2009-05-20 Gerald CombsFrom Vincenzo Condoleo via bug 2589:
2008-12-31 Guy HarrisAdd tap-megaco-common.h, so it'll show up in the distri...
2008-12-31 Balint ReczeyService response time statistics for MEGACO (CLI part).
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-21 Bill MeierRevert incorrect change which killed *nix buuilds...
2008-06-21 Bill MeierFix editcap Windows build problem.....
2008-06-21 Sake BlokFrom Ken Smith (bug 2574): Allow editcap to parse files...
2008-04-12 Ulf Lampingvarious code cleanup
2008-04-12 Stig BjørlykkeAnd remove tap_dfilter_dlg.h
2008-04-12 Stig BjørlykkeRemoved menu.h
2008-04-12 Ulf Lampingmove statusbar related code from main.c into it's own...
2008-02-16 Guy HarrisPull capture_loop.c into dumpcap.c, as dumpcap is the...
2008-02-16 Guy Harrisrawshark doesn't appear to need pcapio.c, either.
2008-02-16 Guy HarrisRemove from rawshark_SOURCES some files that rawshark...
2008-02-15 Gerald CombsAdd rawshark, a utility that, when given raw pcap-forma...
2008-02-03 Sake BlokFrom Balint Reczey (bug 2233):
2007-11-20 Gerald CombsIf libcap is present, have dumpcap use it to drop privi...
2007-09-26 Stephen FisherMove sync_pipe_write.c to WIRESHARK_COMMON_SRC since...
2007-09-25 Ulf Lampingremove trailing backslash
2007-09-25 Ulf Lampingas "advertised" some days ago:
2007-06-27 Gerald CombsPut airpcap.h back in the distribution.
2007-06-17 Luis OntanonHave editcap and capinfos compile --without-plugins
2007-06-11 Gerald CombsFix compilation under VS6 (hopefully without breaking...
2007-05-25 Luis OntanonHave editcap and capinfos loading the wiretap plugins.
2007-05-18 Gerald CombsFrom Dustin Johnson:
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-10-24 Anders BromanFrom Alejandro Vaquero:
2006-10-06 Gerald CombsAdd airpcap.h to the distribution.
2006-10-04 Anders BromanFinally got it to complie.
2006-09-22 Gerald CombsAdd support for reading from stdin under Windows. ...
2006-08-16 Gerald CombsAdd support for AirPcap, an upcoming wireless product...
2006-07-27 Gerald CombsAdd duplicate frame detection (and removal) to editcap...
2006-07-20 Ronnie Sahlbergwe dont need our own snprintf any more since we always...
2006-05-31 Gerald CombsMore ethereal -> wireshark.
2006-05-31 Gerald CombsRename the main executable to "wireshark", along with...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-21 Ronnie Sahlbergname change
2006-04-03 Guy HarrisPut the low-level sync routines into a common file...
2006-03-04 Guy HarrisWhen capturing, we only support writing to libpcap...
2006-02-24 Luis OntanonAdd the (still unfinished) tethereal side of the funnel.
2006-02-15 Guy HarrisCheck for getopt in the configure script, as we do...
2006-02-13 Guy HarrisAdd tempfile.h to the list of headeer files. That...
2006-02-12 Guy HarrisMove create_tempfile() to tempfile.c out of util.c...
2006-02-11 Ulf Lampingthe point of no return ...
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-05 Ulf Lampingno more usage of Ethereal.lib in dumpcap any longer :-)
2005-12-04 Ulf Lampingmove the complete functionality of the capture info...
2005-12-03 Ulf Lampingsplit some parts of the packet counting functions into...
2005-12-03 Ulf Lampingforgot to checkin that file ... so buildbot became...
2005-11-28 Ulf Lampingseems like autogen doesn't like empty lines in the...
2005-11-28 Ulf Lampingdumpcap.c doesn't need to link with file.c!
2005-11-28 Ulf Lampingfirst steps towards a separated capture tool, working...
2005-11-17 Guy HarrisHandle "-G" only in Tethereal - it doesn't work in...
2005-10-04 Guy HarrisAdd a "capture_errs.c" routine to cough up error messag...
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-08-21 Guy HarrisAdd a "register_dfilter_stat()", to register stats...
2005-08-20 Guy HarrisFor AFP requests, add in the frame with the (last part...
2005-08-19 Guy HarrisMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 Guy HarrisMove the APIs for registering and processing "-z" comma...
2005-08-17 Ulf Lampingfix a typo
2005-07-12 Jörg MayerRemove/replace SPACES at the beginning of Makefile...
2005-05-26 Ulf Lampingadd log.h
2005-04-29 Ulf Lampingadd a new feature: list the files of a "File Set" ...
2005-03-20 Michael TüxenFrom Oleg Terletsky: Support for SCTP chunk counters...
next