aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-02-24Add exports.Anders Broman2-47/+53
2011-02-24From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-3/+2
2011-02-24Initialize option_len to avoid a (false positive) unitialized variable warning.Jeff Morriss1-6/+7
2011-02-24From Wade Hennessey:Jaap Keuter1-8/+76
2011-02-24From Håkon NessjøenJaap Keuter1-9/+46
2011-02-24Fix Bug #5624: "Unknown MMS multipart media is shown in the wrong subtree"Bill Meier1-3/+3
2011-02-23Forward port r36036 from trunk-1.4: Make sure we ep_allocate enoughGerald Combs1-9/+14
2011-02-23From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-21/+62
2011-02-23From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5709 :Jeff Morriss1-1/+2
2011-02-23From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss3-180/+90
2011-02-23From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-16/+8
2011-02-23From Alexis La Goutte:Anders Broman12-19/+2
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs7-145/+55
2011-02-22Fix for bug 5702:Jaap Keuter1-6/+6
2011-02-22From Pascal Quantin:Anders Broman8-247/+236
2011-02-22Ensure we always have a valid top_tree for p1.content. This fixes a problemStig Bjørlykke3-77/+118
2011-02-21From Yaniv Kaul:Jaap Keuter1-3/+82
2011-02-21Previous UL frame may be 8 OR 16 subframes ago.Martin Mathieson1-2/+4
2011-02-21Added enclosure_item_flags assignment cast.Stig Bjørlykke1-1/+1
2011-02-21Added reassembly of segmented SES packages.Stig Bjørlykke1-40/+155
2011-02-20From: Holger Hans Peter FreytherAnders Broman1-1/+10
2011-02-20From Alexis La Goutte:Anders Broman1-229/+320
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke17-18249/+18249
2011-02-20[Automatic manuf, services and enterprise-numbers update for 2011-02-20]Gerald Combs1-11/+155
2011-02-20Capitalize protocol name.Stig Bjørlykke1-1/+1
2011-02-20Add changes in r35546 to template and conformation file.Stig Bjørlykke1-1/+1
2011-02-20Add changes in r35384 to template file.Stig Bjørlykke1-2/+2
2011-02-19Fix Visual C++ code analysis warnings.Gerald Combs5-20/+21
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs6-124/+112
2011-02-18Try to fix more Clang scan-build warnings.Gerald Combs4-7/+8
2011-02-18From Roberto Morro via bug #5701: Change the PCEP dissector's portStephen Fisher1-2/+3
2011-02-18Fix a few errors found by Clang scan-build.Gerald Combs1-0/+3
2011-02-18From Pascal Quantin:Anders Broman2-6/+6
2011-02-18#if out some (currently) unused functions.Jeff Morriss1-0/+6
2011-02-18From Ivan Lawrow:Jaap Keuter1-1/+1
2011-02-18Add more MSG dissection.Anders Broman1-190/+779
2011-02-18Nope, the __declspec(noreturn) didn't suffice - either abort() isn'tGuy Harris1-2/+2
2011-02-18Just for fun, see whether using __declspec(noreturn) on the exceptionGuy Harris1-2/+2
2011-02-18Fix more Visual C++ analysis errors.Gerald Combs2-1/+3
2011-02-18Put WS_MSVC_NORETURN back.Gerald Combs1-4/+4
2011-02-17config.h is now included, and it defines _WIN32_WINNT.Guy Harris1-2/+0
2011-02-17Fix compilation on Windows.Gerald Combs1-5/+5
2011-02-17Add a hint for Visual C++ to DISSECTOR_ASSERT. Hopefully this willGerald Combs1-1/+14
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris5-14/+25
2011-02-17Fix some Visual C++ analysis warnings.Gerald Combs6-136/+145
2011-02-17Fix gcc compilation errors.Gerald Combs1-7/+7
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs7-18/+18
2011-02-17Don't allocate a bunch of memory on the stack for strings that will beGerald Combs1-54/+30
2011-02-17Fix dead initialization error found by clang:Stephen Fisher1-1/+1
2011-02-17It wasn't complaining about that null pointer reference.Guy Harris1-1/+1