aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-25BASE_NONE -> STR_ASCIIMartin Kaiser1-8/+8
2014-01-25the sametime dissector stores the result of tvb_get_string() into hfMartin Kaiser1-1/+2
2014-01-25Comment out the "diff" section for now. We'll have to update it for "gitGerald Combs1-1/+3
2014-01-25Uncomment anchors.Gerald Combs1-13/+13
2014-01-25Fix Windows build.Gerald Combs1-1/+0
2014-01-25Fix xpath selector. Clean up whitespace.Gerald Combs4-5/+6
2014-01-25Migrate more SVN content to Git+Gerrit.Gerald Combs1-302/+289
2014-01-25Migrate some of the SVN-specific content to Git.Gerald Combs4-110/+127
2014-01-25Try to get CMake to build the Developer Guide again. I don't haveGerald Combs2-49/+50
2014-01-24The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of theEvan Huus2-2/+10
2014-01-24Mark a few function parameters as unused....Bill Meier1-3/+3
2014-01-24Rework and simplify the code to follow the principle of "dissect asBill Meier1-381/+258
2014-01-24Add packet-mbim.h to Makefile.commonPascal Quantin1-0/+1
2014-01-24Make "all" the default target again.Gerald Combs1-10/+11
2014-01-24Fix AsciiDoc WSDG build on Windows.Gerald Combs1-3/+9
2014-01-24Start migrating the Developer's Guide to AsciiDoc. So far only oneGerald Combs5-1218/+1148
2014-01-24Add ability to register new UUID and CIDsPascal Quantin2-18/+182
2014-01-24Remove some old obsolete text in the proto_tree_add_text() description.Bill Meier1-7/+0
2014-01-24Fix dissection of 8PSK Power Capability IEPascal Quantin1-1/+2
2014-01-24Give valgrind fuzzing a bit more time. Otherwise we have some large (~80MB)Evan Huus1-2/+3
2014-01-24Check for a zero offset in the "get status" reply *before* adding theGuy Harris2-11/+22
2014-01-24Looks like the asciidoc stuff is wip and breaks cmake builds.Jörg Mayer1-1/+2
2014-01-24Prepare for conversion of Guide chapters to AsciiDoc.Gerald Combs4-0/+68
2014-01-23country and language are ISO-8859-1Martin Kaiser1-6/+9
2014-01-23make the menu string filterableMartin Kaiser1-1/+7
2014-01-23the menu string is a DVB stringMartin Kaiser1-8/+19
2014-01-23From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9519 RSVP dis...Alexis La Goutte1-1/+48
2014-01-23Remove Update.c (and nio-ie5.[ch])Alexis La Goutte3-576/+0
2014-01-23Given that we allow the 'outfile file' to be stdout, then presumably allBill Meier1-16/+16
2014-01-23printf(...) --> fprintf(stderr,...) (in a commented out line of code)Bill Meier1-1/+1
2014-01-23Remove duplicate #include.Evan Huus1-1/+0
2014-01-23Please GCC 4.3.2 that complains about a wrong 'variable may be used uninitial...Pascal Quantin1-2/+2
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-10/+10
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string(). RFC 5352 says,Guy Harris1-1/+1
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-2/+2
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string(). The version ofGuy Harris1-3/+3
2014-01-23Use wmem_new0 to ensure that all field values are initialized. Caught byEvan Huus1-2/+1
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string(). The specs sayGuy Harris1-2/+10
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-1/+1
2014-01-23Use tvb_memdup(), not tvb_get_string(), when copying octets (such asGuy Harris1-9/+9
2014-01-22BASE_NONE -> STR_ASCIIMartin Kaiser1-7/+7
2014-01-22Use tvb_get_string_enc() rather than tvb_get_string(); according toGuy Harris1-1/+1
2014-01-22use tvb_get_string_enc()Martin Kaiser1-1/+1
2014-01-22BASE_NONE -> STR_ASCIIMartin Kaiser1-11/+11
2014-01-22use tvb_get_string_enc(), the strings are 7-bit asciiMartin Kaiser1-4/+6
2014-01-22BASE_NONE -> STR_ASCIIMartin Kaiser1-12/+12
2014-01-22edonkey seems to use 7-bit ascii for its tags etcMartin Kaiser1-5/+6
2014-01-22no need for if(tree)Martin Kaiser1-6/+4
2014-01-22Use tvb_get_string_enc() with appropriate encodings rather thanGuy Harris1-8/+12
2014-01-22Use tvb_get_string_enc(), and assume ASCII for E.164 addresses. (I mustGuy Harris1-2/+10