aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-03-10Add a function that returns an unique guint32 for each dpc.Luis Ontanon2-1/+17
2006-03-10fix coverity CIDs 113 and 114.Luis Ontanon5-180/+246
2006-03-10avoid doing the lookup of a key twice while inserting items to a tree with an...Luis Ontanon1-5/+85
2006-03-10various code cleanup (e.g. remove unrequired length parameter), should also f...Ulf Lamping1-80/+73
2006-03-10few warnings from GUID handling avoidedTomas Kukosa1-5/+6
2006-03-10add guid-utils.h to Makefile.commonTomas Kukosa2-4/+1
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa14-145/+281
2006-03-10Fix CID 6 - Unused code.Anders Broman1-4/+1
2006-03-10fix missing return bug from didierRonnie Sahlberg1-1/+1
2006-03-10make using canaries optionalRonnie Sahlberg1-3/+49
2006-03-10add a define that controls explicitely whether we want to use guard pages (if...Ronnie Sahlberg1-11/+18
2006-03-10Remove a linebreak to emphasise the guid structure (doesn't changeTim Potter1-2/+1
2006-03-09Fix Coverity CID 129: initialize a couple of variables.Gerald Combs1-2/+2
2006-03-09debugging helper: if (for whatever reason) the message from dumpcap was inval...Ulf Lamping1-0/+5
2006-03-09fix two bugs causing crashes on Win32: Ulf Lamping1-6/+10
2006-03-09don't use g_message() inside dissector codeUlf Lamping1-12/+12
2006-03-09Fix a possible NULL dereference (Coverity CID 33).Gerald Combs1-2/+2
2006-03-09Make sure we can't pass NULL to strcmp. Fixes Coverity CID 34. Fix up Gerald Combs1-8/+4
2006-03-09There is a one-to-one mapping between each graph and its "toplevel" andGerald Combs1-85/+18
2006-03-09Fix coverity Error CID: 15.Olivier Biot1-1/+1
2006-03-09Add lua:s nmakefile.nmake to the distribution.Anders Broman1-1/+2
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs7-253/+233
2006-03-09Take care of one last UTF-8 <-> UTF-16 conversion (assuming there aren't anyGerald Combs1-13/+14
2006-03-09coverity #62Ronnie Sahlberg1-0/+2
2006-03-09coverity bug#42Ronnie Sahlberg1-1/+3
2006-03-09propset ...Jörg Mayer1-1/+1
2006-03-09coverity #40Ronnie Sahlberg1-1/+1
2006-03-09coverity #5Ronnie Sahlberg1-0/+1
2006-03-09add documentation on how to use the binary treesRonnie Sahlberg1-0/+213
2006-03-09From Laurant Rabret:Jaap Keuter2-13/+21
2006-03-09Fix Bug 725: Anders Broman2-85/+85
2006-03-09Display more info for some PXE DHCP options:Tim Potter1-6/+76
2006-03-09Actually fix that leak!Luis Ontanon1-4/+9
2006-03-08Fix Coverity issue CID: 14 in wkh_accept_encoding().Olivier Biot1-1/+1
2006-03-08Fix a couple of compilation warnings.Gerald Combs1-2/+6
2006-03-08Include tchar.h only if we're running Windows. Fixup whitespace.Gerald Combs1-9/+7
2006-03-08Consolidate duration decoding and presentationJaap Keuter1-18/+12
2006-03-08fix bug 772: and again, don't pass a NULL pointer to a printf like function o...Ulf Lamping1-1/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs10-135/+279
2006-03-08CID4 and CID3 ChangeAnders Broman1-2/+2
2006-03-08Fix:Anders Broman1-158/+131
2006-03-08Make calculation of TCP Graph bounds more robust. The calculation might have ...Lars Roland1-13/+17
2006-03-08better support for ASN.1 Enumerated type in PER decodingTomas Kukosa4-53/+43
2006-03-08Coverity CID 103 pointed me to this section of code. The bufferGilbert Ramirez1-23/+15
2006-03-08fix minor bug coverity 74Ronnie Sahlberg1-2/+2
2006-03-08fix coverity bug 122Ronnie Sahlberg1-4/+6
2006-03-08An unimportant and harmless one per run leak in a tool used for building... C...Luis Ontanon1-1/+2
2006-03-08Avoid passing junk to ssl_debug_printf fmt if a weird cipher is found ().Luis Ontanon1-2/+3
2006-03-08remove a redundant if statementRonnie Sahlberg1-3/+2
2006-03-08for really really weird malformed lanman packets it is theoretically possibleRonnie Sahlberg1-0/+4