If CODE_SIGN_IDENTITY is set use it to sign the app bundle and the
[metze/wireshark/wip.git] / doc /
2013-10-15 Chris MaynardFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-10-13 Evan HuusSubsume README.binarytrees into wmem doxygen. The READM...
2013-10-09 Michael MannMake column "filter name" prefixed with _ws. to be...
2013-10-09 Evan HuusAdd some license headers after emailing the respective...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-10-05 Gerald CombsAdd a link to GammaRay.
2013-09-26 Anders BromanFrom beroset@mindspring.com:
2013-09-22 Pascal QuantinMore emem -> wmem conversion:
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-18 Gilbert RamirezUpdate dfilter-test.py to use a much more modern test...
2013-09-13 Jeff MorrissAdd WIRESHARK_APPDATA description to the rawshark and...
2013-09-13 Chris MaynardAllow an alternate application data location as specifi...
2013-09-11 Chris MaynardAdd a link to IANA's Assigned Internet Protocol Numbers...
2013-09-10 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-09-09 Chris MaynardReplace the simpler chop example with a more detailed...
2013-09-09 Chris MaynardFix typo.
2013-09-09 Chris MaynardFix the "crossed chopping region" problem. Also, move...
2013-09-09 Alexis La GoutteUpdate README.qt after last change in QtShark translati...
2013-09-09 Michael MannAdd an example of filterable expert info.
2013-09-09 Chris MaynardOK, allow either positive or negative offsets no matter...
2013-09-08 Chris MaynardSpecify the optional offset as a positive value, regard...
2013-09-08 Chris MaynardAllow an optional offset to be specified when chopping...
2013-09-03 Gerald CombsDocument the current state of naming in ui/qt. Say...
2013-08-29 Chris MaynardHandle the 2GiB boundary case of the max filesize autos...
2013-08-27 Gerald CombsAdd TCP sequence number (Stevens-style) graphs.
2013-08-09 Chris MaynardMove the description of the -Y <displaY filter> option...
2013-08-08 Guy HarrisSpeak of the "-d encap:" value as a linktype, rather...
2013-08-01 Martin Kaiseradd --capture-comment to tshark's manpage
2013-07-29 Guy HarrisThe argument to the -l flag to text2pcap is a LINKTYPE_...
2013-07-28 Guy HarrisIf a core Wireshark developer repeatedly can't remember...
2013-07-27 Martin Kaiseradd --capture-comment to dumpcap's manpage
2013-07-26 Evan HuusDocument that pinfo-scoped memory is also needed for...
2013-07-25 Gerald CombsAdd a UAT dialog. Make UAT preferences uat_t * instead...
2013-07-24 Guy HarrisThe current version of Qt is 5.1.
2013-07-23 Alexis La GoutteFix typo (Missing .git in git clone URL)
2013-07-21 Evan HuusAdd wmem queue 'implementation' by wrapping wmem_list...
2013-07-20 Evan HuusReplace wmem slist (singly-linked) with wmem list ...
2013-07-14 Guy HarrisNote that Qt builds are supported by autotools.
2013-07-13 Evan HuusFrom Dominic Spill via https://bugs.wireshark.org/bugzi...
2013-07-12 Chris MaynardAllow -C <choplen> to be used more than once so it...
2013-07-10 Chris MaynardAdd -L option to allow adjustment of original frame...
2013-07-08 Jeff MorrissFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2013-07-06 Evan HuusSimple growable array implementation for wmem.
2013-07-03 Guy HarrisWS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN...
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-06-24 Balint ReczeyDumpcap can write raw packets to stdout
2013-06-20 Evan HuusSplit README.developer into two: README.developer and...
2013-06-18 Evan HuusUpdate READMEs.
2013-06-16 Evan HuusUpdate wmem README for the tree implementation.
2013-06-16 Michael MannPrepend custom Destination IP and Source IP (ipv4 or...
2013-06-10 Gerald CombsUpdate OS X instructions and add Qt Mac Extras.
2013-06-09 Luis OntanonThe API is almost there I guess...
2013-06-09 Chris MaynardBack out the Makefile changes from r49865. The OSX...
2013-06-09 Chris MaynardDue to utf8 characters in the AUTHORS file, pass -...
2013-06-08 Luis OntanonA further iteration on epan_child
2013-06-07 Chris MaynardFix all errors and warnings found by podchecker.
2013-06-05 Jeff MorrissAdd a new environment variable to cause abort()s if...
2013-05-26 Evan HuusFirst batch of doxygen for wmem. Remove some things...
2013-05-25 Alexis La GoutteUse -DBUILD_qtshark=YES for build qtshark with cmake...
2013-05-23 Chris MaynardIt's actually enough just to add some blank lines witho...
2013-05-22 Chris MaynardGenerate the man pages for dftest and randpkt.
2013-05-22 Chris MaynardFix presentation of types.
2013-05-22 Evan HuusMinor refactor: make the framework responsible for...
2013-05-20 Gerald CombsMake sure we apply POD_CSS_URL everywhere. Capitalize...
2013-05-20 Evan HuusFix "./reordercap.pod: unterminated list(s) at =head...
2013-05-20 Chris MaynardIf tcpdump doesn't exist, why refer to it? Omit this...
2013-05-20 Chris MaynardAdd some newlines at the end of the file so the authors...
2013-05-20 Chris MaynardClean up some documentation a bit, removing non-ASCII...
2013-05-20 Chris MaynardTrivial: remove extraneous word, 'is'.
2013-05-19 Evan HuusAt the suggestion of Stuart Kendrick via https://bugs...
2013-05-16 Evan HuusUse a readable name for the wmem callback test. Warn...
2013-05-09 Gerald Combs"URL" is probably more correct than "PATH".
2013-05-09 Gerald CombsAllow the CSS path in the HTML man pages to be specifie...
2013-05-08 Evan HuusRound two of wmem cleanup callbacks. While the emem...
2013-05-07 Evan HuusAdd user callbacks to wmem. This feature is a generic...
2013-05-05 Jörg MayerUpdate to cover Qt5 builds via cmake.
2013-05-03 Jeff MorrissFrom Niels de Vos via https://bugs.wireshark.org/bugzi...
2013-05-01 Evan HuusRemove singly-linked list from the wmem TODO list....
2013-04-27 Evan HuusAdd CppCheck to the list of things to run before submit...
2013-04-26 Evan HuusWmem string-buffer improvements:
2013-04-25 Evan HuusSummarize the API listing in the wmem README. Doxygen...
2013-04-22 Evan HuusAdd a section to the wmem README about testing.
2013-04-19 Jörg MayerAdd col. pseudo dissector to thsark manpage.
2013-04-16 Jeff MorrissAdd packet-PROTOABBREV.c to source distribution. Reorde...
2013-04-15 Evan HuusMajor cleanup of skeleton dissector and related bits...
2013-04-15 Evan HuusPut the skeleton sample code from README.developer...
2013-04-13 Martin Kaiserlist the new option -k in the capinfos manpage
2013-04-05 Chris MaynardCoalesce "-G fields2" and "-G fields3" into "-G fields...
2013-04-04 Chris MaynardAs forewarned at wireshark.org/lists/wireshark-dev...
2013-03-30 Evan HuusUpdate -2, -R and -Y to behave consistently as per...
2013-03-30 Evan HuusMove wireshark's display filter flag to -Y for consiste...
2013-03-30 Martin Kaiserlist the new file format on the manpage
2013-03-28 Chris MaynardAdd some missing tvb_get_'s, proto_tree_add_'s, fix...
2013-03-27 Evan HuusFrom Hadriel Kaplan via https://bugs.wireshark.org...
2013-03-21 Chris MaynardUpdated tshark man page and release notes to document...
2013-03-11 Evan HuusDocument the wmem override environment variable in...
2013-03-11 Jeff MorrissFollowup to r48218: remove documentation of the WIRESHA...
2013-03-10 Michael TüxenMake the memory limit (in bytes or packets) used for...
2013-03-10 Michael TüxenAdd -t to synopsis.
2013-03-09 Evan HuusRemove the wmem slab. It was an optimization mimicking...
next