jelmer/wireshark.git
2014-02-04 Jelmer VernooijSplit out bencode dissector and use it in the bzr disse... extract-bencode
2014-01-28 Bill MeierComment out a lot more hf[] entries and related.
2014-01-28 Bill MeierComment out unused hf[] entries and related found by...
2014-01-28 Bill MeierRe-arrange #if 0/#endif related to an hf[] entry so...
2014-01-28 Evan HuusFrom Marko Hrastovec via
2014-01-27 Anders BromanMake it easier to try GTK 3.6
2014-01-27 Gerald CombsConvert the quick setup chapter to AsciiDoc and start...
2014-01-27 Bill MeierFix hf[] entries with refs to range_string arrays
2014-01-27 Bill MeierFix: value string specified as a BASE_VAL64_STRING in
2014-01-27 Bill Meier(Trivial) Fix spellling in a comment.
2014-01-27 Evan HuusFrom Pavel Moravec via https://bugs.wireshark.org/bugzi...
2014-01-27 Evan HuusAdd missing cast.
2014-01-27 Martin MathiesonRevert part of previous change
2014-01-27 Martin MathiesonSend news of SecurityModeFailure to PDCP dissector...
2014-01-27 Stig BjørlykkeDo not handle BER bitstring as ASCII string, because...
2014-01-27 Stig BjørlykkeAdd back the fix from revision 54693.
2014-01-27 Stig BjørlykkeAdded back x509af_get_last_algorithm_id() removed in...
2014-01-27 Gerald CombsTry to fix the path selector argument.
2014-01-27 Gerald CombsFix a section name conflict.
2014-01-27 Gerald CombsRestore an inadvertently deleted file.
2014-01-27 Gerald CombsMigrate the build environment introduction to AsciiDoc.
2014-01-27 Gerald CombsConvert the preface to AsciiDoc with minor edits.
2014-01-26 Jörg MayerGPLv2 -> GPLv2+
2014-01-26 Alexis La Gouttelupdate / lrelease ui/qt/Qtshark.pro
2014-01-26 Alexis La GoutteFix indent (Use 4spaces) and modelines info
2014-01-26 Alexis La GoutteDrop support of Visual Studio 2005
2014-01-26 Alexis La GoutteFix indent (Use 4 spaces) and add modelines
2014-01-26 Alexis La GoutteFix encoding arg for RSVP dissector (with fix-encodings...
2014-01-25 Bill Meier(Trivial) update a comment
2014-01-25 Martin KaiserTABs -> spaces
2014-01-25 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-25 Martin Kaiserthe sametime dissector stores the result of tvb_get_str...
2014-01-25 Gerald CombsComment out the "diff" section for now. We'll have...
2014-01-25 Gerald CombsUncomment anchors.
2014-01-25 Gerald CombsFix Windows build.
2014-01-25 Gerald CombsFix xpath selector. Clean up whitespace.
2014-01-25 Gerald CombsMigrate more SVN content to Git+Gerrit.
2014-01-25 Gerald CombsMigrate some of the SVN-specific content to Git.
2014-01-25 Gerald CombsTry to get CMake to build the Developer Guide again...
2014-01-24 Evan HuusThe wimax plugin primarily uses tvb_get_ptr buffer...
2014-01-24 Bill MeierMark a few function parameters as unused....
2014-01-24 Bill MeierRework and simplify the code to follow the principle...
2014-01-24 Pascal QuantinAdd packet-mbim.h to Makefile.common
2014-01-24 Gerald CombsMake "all" the default target again.
2014-01-24 Gerald CombsFix AsciiDoc WSDG build on Windows.
2014-01-24 Gerald CombsStart migrating the Developer's Guide to AsciiDoc....
2014-01-24 Pascal QuantinAdd ability to register new UUID and CIDs
2014-01-24 Bill MeierRemove some old obsolete text in the proto_tree_add_tex...
2014-01-24 Pascal QuantinFix dissection of 8PSK Power Capability IE
2014-01-24 Evan HuusGive valgrind fuzzing a bit more time. Otherwise we...
2014-01-24 Guy HarrisCheck for a zero offset in the "get status" reply ...
2014-01-24 Jörg MayerLooks like the asciidoc stuff is wip and breaks cmake...
2014-01-24 Gerald CombsPrepare for conversion of Guide chapters to AsciiDoc.
2014-01-23 Martin Kaisercountry and language are ISO-8859-1
2014-01-23 Martin Kaisermake the menu string filterable
2014-01-23 Martin Kaiserthe menu string is a DVB string
2014-01-23 Alexis La GoutteFrom me for https://bugs.wireshark.org/bugzilla/show_bu...
2014-01-23 Alexis La GoutteRemove Update.c (and nio-ie5.[ch])
2014-01-23 Bill MeierGiven that we allow the 'outfile file' to be stdout...
2014-01-23 Bill Meierprintf(...) --> fprintf(stderr,...) (in a commented...
2014-01-23 Evan HuusRemove duplicate #include.
2014-01-23 Pascal QuantinPlease GCC 4.3.2 that complains about a wrong 'variable...
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 Evan HuusUse wmem_new0 to ensure that all field values are initi...
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 Guy HarrisUse tvb_memdup(), not tvb_get_string(), when copying...
2014-01-22 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-22 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-22 Martin Kaiseruse tvb_get_string_enc()
2014-01-22 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-22 Martin Kaiseruse tvb_get_string_enc(), the strings are 7-bit ascii
2014-01-22 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-22 Martin Kaiseredonkey seems to use 7-bit ascii for its tags etc
2014-01-22 Martin Kaiserno need for if(tree)
2014-01-22 Guy HarrisUse tvb_get_string_enc() with appropriate encodings...
2014-01-22 Guy HarrisUse tvb_get_string_enc(), and assume ASCII for E.164...
2014-01-22 Guy HarrisAt least according to
2014-01-22 Guy HarrisUpdate introductory comment to have correct file name.
2014-01-22 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-22 Gerald CombsPrepare for Git migration.
2014-01-22 Guy HarrisUse tvb_get_string_enc() with an explicit encoding...
2014-01-22 Guy HarrisFetch strings using tvb_get_string_enc() and the approp...
2014-01-22 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-01-22 Alexis La GoutteFix encoding arg (found by encoding arg tools)
2014-01-22 Alexis La GoutteFix the second argument of some proto_item_add_subtree...
2014-01-22 Guy HarrisI don't see any specification of how a H221NonStandardI...
2014-01-22 Anders BromanAdd a SCTP port range preference.
2014-01-22 Anders BromanRemove unused entity.
2014-01-22 Guy HarrisUse tvb_get_string_enc() with an explicit encoding...
2014-01-22 Guy HarrisThe stuff you get from dissect_cbs_data() is UTF-8...
2014-01-22 Guy HarrisAnother probably-wrong tvb_get_string().
2014-01-22 Guy HarrisTo quote section B.5 "Keys for password integrity mode...
2014-01-22 Guy HarrisClean up indentation and bracketing.
2014-01-22 Guy HarrisThe strings in question are generated as UTF-8 from...
2014-01-22 Guy HarrisAnother tvb_get_string() replacement.
2014-01-22 Guy HarrisStrings in LDAP are generally UTF-8, although if we...
next