aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Comment out unused hf[] entries and related found by checkhf.Bill Meier5-20/+54
2014-01-28Re-arrange #if 0/#endif related to an hf[] entry so that checkhf doesn't comp...Bill Meier1-2/+5
2014-01-28From Marko Hrastovec viaEvan Huus1-320/+1160
2014-01-27Fix hf[] entries with refs to range_string arraysBill Meier1-7/+7
2014-01-27Fix: value string specified as a BASE_VAL64_STRING inBill Meier1-1/+1
2014-01-27(Trivial) Fix spellling in a comment.Bill Meier1-1/+1
2014-01-27From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus1-8/+20
2014-01-27Add missing cast.Evan Huus1-1/+1
2014-01-27Revert part of previous changeMartin Mathieson1-2/+1
2014-01-27Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson3-12/+70
2014-01-27Do not handle BER bitstring as ASCII string, because this will failStig Bjørlykke1-1/+1
2014-01-27Add back the fix from revision 54693.Stig Bjørlykke1-2/+5
2014-01-27Added back x509af_get_last_algorithm_id() removed in revision 54647 to Stig Bjørlykke4-11/+21
2014-01-26Fix indent (Use 4spaces) and modelines infoAlexis La Goutte2-126/+152
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte2-46/+27
2014-01-26Fix encoding arg for RSVP dissector (with fix-encodings-args toolsAlexis La Goutte1-7/+7
2014-01-25(Trivial) update a commentBill Meier1-2/+2
2014-01-25TABs -> spacesMartin Kaiser1-672/+686
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-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-24Add ability to register new UUID and CIDsPascal Quantin2-18/+182
2014-01-24Fix dissection of 8PSK Power Capability IEPascal Quantin1-1/+2
2014-01-24Check for a zero offset in the "get status" reply *before* adding theGuy Harris2-11/+22
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 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