Move privileges.c and unicode-utils.c from epan to wsutil (so things like
[metze/wireshark/wip.git] / Makefile.common
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...
2005-02-25 Luis OntanonGet stats_tree compiled
2005-02-23 Ulf Lampingmove capture_opts related things (init, command line...
2005-02-14 Guy HarrisMake the "maintainer-clean" rules get rid of some addit...
2005-02-09 Lars RolandMove the following files from /trunk to /trunk/epan:
2005-02-08 Lars RolandMove h225-persistentdata.[ch] to epan,
2005-02-06 Guy HarrisDon't have "set_menus_for_captured_packets()" call
2005-01-16 Guy HarrisReport a friendlier name, if possible, when capturing...
2005-01-16 Guy HarrisRename capture_combo_utils.{c,h} to capture_ui_utils...
2004-10-30 Ulf Lampingsplit capture_loop from capture.c, some more code cleanup
2004-10-30 Ulf Lampingcode cleanup: split capture_sync from capture.c into...
2004-10-01 Guy Harris"prefs-int.h" belongs in epan, too.
2004-09-29 Guy HarrisMove the column preferences stuff to epan (the rest...
2004-09-29 Guy HarrisMove various tables into the epan directory.
2004-09-29 Guy HarrisMove the request/response header helper routines to...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-09-28 Guy HarrisMove the xDLC helper routines into epan.
2004-09-28 Guy HarrisMove the SHA-1 code and header into epan, and give...
2004-09-28 Guy HarrisMove various checksum routines and headers to epan.
2004-09-27 Guy HarrisMove the DES, MD4, MD5, and RC4 source files and header...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-11 Guy HarrisNothing in "util.h" is needed by anything in libetherea...
2004-09-10 Guy HarrisHoist the code for handling "-G" into a common module.
2004-09-09 Anders BromanAdd SHA1 routines for future use at least by SigComp
2004-09-04 Guy HarrisThe packet range stuff knows about capture_file structu...
2004-09-04 Guy HarrisRename "range.c" and "range.h" to "packet-range.c"...
2004-07-29 Olivier BiotFrom Lars Roland: With this patch print.(c/h) and ps...
2004-07-27 Guy Harris"ps.c" isn't a header, so don't include it in ETHEREAL_...
2004-07-24 Guy HarrisMove color_filters.c and color_filters.h up to the...
2004-07-23 Guy Harris"capture_combo_utils.{c,h}" don't use any GTK+ stuff...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-15 Gerald CombsConvert make-version.pl and the associated cvsversion...
2004-07-13 Guy HarrisFrom Jean-Baptiste Marchand: MS Eventlog support.
2004-07-10 Guy HarrisFrom Jean-Baptiste Marchand: frsrpc and frsapi support.
2004-07-09 Guy HarrisMove the redefinition of "isprint()" to be used by...
2004-06-27 Gerald CombsFixes needed for "make distcheck".
2004-06-25 Ronnie SahlbergUpdate to the makefiles to pull in the crc16 helper...
2004-06-18 Ulf Lampingmerge: remove code duplication in merge.c and mergecap...
next