aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris9-15/+52
2011-02-17Fix some Visual C++ analysis warnings.Gerald Combs6-136/+145
2011-02-17Apparently, if the argument to the cd command in an nmake file containsGuy Harris1-1/+1
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-17Remove some of the many dead assignments found by clangStephen Fisher1-30/+30
2011-02-17It wasn't complaining about that null pointer reference.Guy Harris1-1/+1
2011-02-17Fixed no_sua_assoc init.Stig Bjørlykke1-1/+2
2011-02-17- Introduce association tracking(might not work well with multihoming).Anders Broman1-304/+510
2011-02-17Is there an SAL tag that says "this function never returns"?Guy Harris1-0/+5
2011-02-17Can we reassure Microsoft's static analyzer that 0 <= mask <= 48?Guy Harris1-0/+6
2011-02-17Oops, wrong pointer comparison.Guy Harris1-2/+3
2011-02-17OK, let's try a couple more explicit checks against NULL, to see whetherGuy Harris2-2/+2
2011-02-17From Alexis La Goutte :Jaap Keuter1-5/+51
2011-02-17Use "XXX != NULL" rather than "XXX" to test for a null pointer; eitherGuy Harris1-33/+32
2011-02-17Squelch a warning from the MSVC++ static analyzer (it's worried thatGuy Harris1-5/+29
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs7-51/+57
2011-02-16Fix Visual C++ code analysis errors.Gerald Combs2-3/+25
2011-02-16Change protocol column from "IEEE 802.11" to "802.11" so it fits inStephen Fisher1-1/+1
2011-02-16Put the "MCS known information" field into the protocol tree; yes, it'sGuy Harris1-4/+49
2011-02-16Fix compilation on Windows.Gerald Combs2-1/+15
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingStephen Fisher4-9/+269
2011-02-16Generate correct type (FT_OID) for "x420.compression_algorithm_id".Stig Bjørlykke2-3/+3
2011-02-16Make swap_mac_addr() take a pointer to a TVB and an offset rather thanJeff Morriss1-6/+6
2011-02-16Use tvb_ether_to_str()Jeff Morriss1-8/+8
2011-02-16Use tvb_ether_to_str().Jeff Morriss1-4/+2
2011-02-16Use tvb_ip_to_str() when it can eliminate a tvb_get_ptr() call.Jeff Morriss1-6/+2
2011-02-16Use tvb_ether_to_str() when it can eliminate a tvb_get_ptr() call.Jeff Morriss1-3/+1
2011-02-16Use tvb_ether_to_str()Jeff Morriss1-4/+4
2011-02-16Rename the _to_str() functions in this dissector to tvb_*_to_str() and makeJeff Morriss1-30/+20
2011-02-16Return an error value for the new error return; it "can't happen" (butGuy Harris1-1/+7
2011-02-16Check the index before storing into the array.Guy Harris1-1/+1
2011-02-16Fix checkapi.Gerald Combs1-64/+64
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs9-10/+13
2011-02-16Fix a buffer overflow found by the Visual C++ analyzer.Gerald Combs1-0/+7
2011-02-15Update a few comments about the use of LOCAL_CFLAGS, STANDARD_CFLAGS and WARN...Bill Meier1-2/+4
2011-02-15Enable /analyze:WX- only if ENABLE_CODE_ANALYSIS is defined ...Bill Meier1-2/+2
2011-02-15Previously 1 byte TCP payload to port 2000 got interpreted as malformed SkinnyJörg Mayer1-0/+4
2011-02-15From Matthew Parris:Jaap Keuter1-4/+4
2011-02-14From Ania:Jaap Keuter1-47/+117
2011-02-14Make sure RTP conversations are created.Jaap Keuter1-2/+2
2011-02-14Enable Enterprise Code Analysis via the ENABLE_CODE_ANALYSIS environmentGerald Combs1-2/+2
2011-02-14Put error messages and expert info for illegal UTCTime elements as aStig Bjørlykke1-18/+20
2011-02-14Disallow invalid char's in the filename passed to idl2wrs. Fixes bug 1129.Chris Maynard3-3/+22
2011-02-13From Fulko Hew:Jaap Keuter1-0/+2
2011-02-13[Automatic manuf, services and enterprise-numbers update for 2011-02-13]Gerald Combs2-22/+235
2011-02-13Advance offsets in the "default" branch to avoid infinite loops.Anders Broman1-0/+6
2011-02-13Register BICC by name.Anders Broman1-0/+1