metze/wireshark/wip.git
2014-01-26 alagoutteFix indent (Use 4spaces) and modelines info
2014-01-26 alagoutteDrop support of Visual Studio 2005
2014-01-26 alagoutteFix indent (Use 4 spaces) and add modelines
2014-01-26 alagoutteFix encoding arg for RSVP dissector (with fix-encodings...
2014-01-25 wmeier(Trivial) update a comment
2014-01-25 martinkTABs -> spaces
2014-01-25 martinkBASE_NONE -> STR_ASCII
2014-01-25 martinkthe sametime dissector stores the result of tvb_get_str...
2014-01-25 geraldComment out the "diff" section for now. We'll have...
2014-01-25 geraldUncomment anchors.
2014-01-25 geraldFix Windows build.
2014-01-25 geraldFix xpath selector. Clean up whitespace.
2014-01-25 geraldMigrate more SVN content to Git+Gerrit.
2014-01-25 geraldMigrate some of the SVN-specific content to Git.
2014-01-25 geraldTry to get CMake to build the Developer Guide again...
2014-01-24 eapacheThe wimax plugin primarily uses tvb_get_ptr buffer...
2014-01-24 wmeierMark a few function parameters as unused....
2014-01-24 wmeierRework and simplify the code to follow the principle...
2014-01-24 pascalAdd packet-mbim.h to Makefile.common
2014-01-24 geraldMake "all" the default target again.
2014-01-24 geraldFix AsciiDoc WSDG build on Windows.
2014-01-24 geraldStart migrating the Developer's Guide to AsciiDoc....
2014-01-24 pascalAdd ability to register new UUID and CIDs
2014-01-24 wmeierRemove some old obsolete text in the proto_tree_add_tex...
2014-01-24 pascalFix dissection of 8PSK Power Capability IE
2014-01-24 eapacheGive valgrind fuzzing a bit more time. Otherwise we...
2014-01-24 guyCheck for a zero offset in the "get status" reply ...
2014-01-24 jmayerLooks like the asciidoc stuff is wip and breaks cmake...
2014-01-24 geraldPrepare for conversion of Guide chapters to AsciiDoc.
2014-01-23 martinkcountry and language are ISO-8859-1
2014-01-23 martinkmake the menu string filterable
2014-01-23 martinkthe menu string is a DVB string
2014-01-23 alagoutteFrom me for https://bugs.wireshark.org/bugzilla/show_bu...
2014-01-23 alagoutteRemove Update.c (and nio-ie5.[ch])
2014-01-23 wmeierGiven that we allow the 'outfile file' to be stdout...
2014-01-23 wmeierprintf(...) --> fprintf(stderr,...) (in a commented...
2014-01-23 eapacheRemove duplicate #include.
2014-01-23 pascalPlease GCC 4.3.2 that complains about a wrong 'variable...
2014-01-23 guyUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 guyUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 guyUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 guyUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 eapacheUse wmem_new0 to ensure that all field values are initi...
2014-01-23 guyUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 guyUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 guyUse tvb_memdup(), not tvb_get_string(), when copying...
2014-01-22 martinkBASE_NONE -> STR_ASCII
2014-01-22 guyUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-22 martinkuse tvb_get_string_enc()
2014-01-22 martinkBASE_NONE -> STR_ASCII
2014-01-22 martinkuse tvb_get_string_enc(), the strings are 7-bit ascii
2014-01-22 martinkBASE_NONE -> STR_ASCII
2014-01-22 martinkedonkey seems to use 7-bit ascii for its tags etc
2014-01-22 martinkno need for if(tree)
2014-01-22 guyUse tvb_get_string_enc() with appropriate encodings...
2014-01-22 guyUse tvb_get_string_enc(), and assume ASCII for E.164...
2014-01-22 guyAt least according to
2014-01-22 guyUpdate introductory comment to have correct file name.
2014-01-22 guyUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-22 geraldPrepare for Git migration.
2014-01-22 guyUse tvb_get_string_enc() with an explicit encoding...
2014-01-22 guyFetch strings using tvb_get_string_enc() and the approp...
2014-01-22 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-01-22 alagoutteFix encoding arg (found by encoding arg tools)
2014-01-22 alagoutteFix the second argument of some proto_item_add_subtree...
2014-01-22 guyI don't see any specification of how a H221NonStandardI...
2014-01-22 etxrabAdd a SCTP port range preference.
2014-01-22 etxrabRemove unused entity.
2014-01-22 guyUse tvb_get_string_enc() with an explicit encoding...
2014-01-22 guyThe stuff you get from dissect_cbs_data() is UTF-8...
2014-01-22 guyAnother probably-wrong tvb_get_string().
2014-01-22 guyTo quote section B.5 "Keys for password integrity mode...
2014-01-22 guyClean up indentation and bracketing.
2014-01-22 guyThe strings in question are generated as UTF-8 from...
2014-01-22 guyAnother tvb_get_string() replacement.
2014-01-22 guyStrings in LDAP are generally UTF-8, although if we...
2014-01-22 guyUse tvb_get_string_enc() with an explicit encoding.
2014-01-22 guyIt's one character, either + or -, hence ASCII.
2014-01-22 guyIt's not a string, it's a byte array (bit array, really).
2014-01-22 wmeierClean up whitespace: use consistent indentation, etc;
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-21 martinkmp4 box type is always a 7bit ascii string
2014-01-21 guyThe file's name has a lower-case "p" in "9p".
2014-01-21 guyFix one half-changed tvb_get_string() call.
2014-01-21 guyAlways combine ENC_UTF_8 with ENC_NA.
2014-01-21 guyIA5 = ASCII. Use tvb_get_string_enc() with an explicit...
2014-01-21 guy9p strings are, not surprisingly, encoded using UTF...
2014-01-21 eapacheHarden nfs_name_snoop_add_name against various malforme...
2014-01-21 guyGet rid of tvb_get_faked_unicode() - tvb_get_string_enc...
2014-01-21 pascalFrom Igor Slepchin via https://bugs.wireshark.org/bugzi...
2014-01-21 guyCheck the return of wtap_dump_close() even if we've...
2014-01-21 wmeier- Remove unneeded #includes;
2014-01-21 guyFix declaration of tvb_get_string().
2014-01-21 wmeierAdd properties ....
2014-01-21 guyDon't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARA...
2014-01-20 martinkdon't use tvb_get_string(..., len) to get exactly len...
2014-01-20 martinkmake MMI strings filterable
2014-01-20 martinkremove todo comments
2014-01-20 martinktvb_get_string(): replace 8bit characters with the...
2014-01-20 guyLongs are not guaranteed to be 64-bit. Use G_GINT64_MO...
next