aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (Temporary?) fix to get the Windows buildbot going again: remove constness fr...Jeff Morriss2008-08-051-2/+2
* FromVincent Helfre:Anders Broman2008-08-051-2/+57
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-0530-673/+618
* Switch the default MSVC_VARIANT from MSVC6 to MSVC2008.Gerald Combs2008-08-051-2/+2
* Add --settag and --checktag arguments to win32-setup.sh, which respectivelyGerald Combs2008-08-052-2/+38
* There's no need to have _DEPENDENCIES variables (which have only a very limitedJeff Morriss2008-08-051-21/+28
* From Daniel Krueger:Jeff Morriss2008-08-051-5/+5
* Have some UAT helper functions copying the passed buffer beforeLuis Ontanon2008-08-051-5/+8
* Add a debug helper for EP memory corruptionLuis Ontanon2008-08-053-3/+85
* Keep the OSX compiler happy: initialize a variable (altho not really req'd)Bill Meier2008-08-041-1/+1
* Another temporary fix to prevent a build errorBill Meier2008-08-041-0/+2
* if it's se allocated it needs to be filled only once.Luis Ontanon2008-08-041-10/+7
* Fix an ep memory corruption due to passing ep blocks into a se allocated stru...Luis Ontanon2008-08-041-4/+4
* temp fix (until the proper fix) to handle buildbot errs;Bill Meier2008-08-041-2/+2
* From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs2008-08-049-50/+147
* From Alexey Neyman :Anders Broman2008-08-043-83/+189
* Give Vincent Helfre and Magnus Sörman credit.Anders Broman2008-08-041-0/+5
* Fix packet-gsm_a_common.c:63: warning: assignment makes integer from pointer ...Anders Broman2008-08-041-3/+3
* From Neil Piercy:Anders Broman2008-08-047-21657/+22093
* Declare next_tvb volatile. This prevents the warning:Martin Mathieson2008-08-041-1/+1
* First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman2008-08-0414-20/+20
* Print various uints with %u ...Bill Meier2008-08-041-42/+42
* Fix 2 bugs:Bill Meier2008-08-041-17/+25
* Fix buildbot error: "no newline at end of file"Bill Meier2008-08-041-1/+1
* Adjust various indentation/spacing; Do some minor reformattingBill Meier2008-08-042-2228/+2229
* Revert previous checkin.Anders Broman2008-08-032-1/+1
* packet-multipart.c:179: warning: unused parameter 'pinfo'Anders Broman2008-08-033-3/+5
* Move common code to base64.cAnders Broman2008-08-035-46/+22
* Don't fetch data until you need it.Guy Harris2008-08-021-3/+4
* Fix packet-netflow.c:2666: warning: 'pen' may be used uninitialized in this f...Anders Broman2008-08-021-6/+6
* From Hitoshi Irino:Anders Broman2008-08-021-76/+1416
* From Abhik Sarkar:Anders Broman2008-08-021-1/+3
* WIN32 ==> _WIN32Bill Meier2008-08-021-1/+1
* From metatech:Anders Broman2008-08-011-2/+2
* Really start printing in 8 pnt Courier, not just state so in the template.Jaap Keuter2008-08-011-3/+4
* Several improvements to the PostScript code:Jaap Keuter2008-08-011-19/+8
* Remove a few warnings.Stig Bjørlykke2008-08-011-3/+3
* Regenerated to use the new decode function for UTCTime.Stig Bjørlykke2008-08-0124-76/+42
* From Martin Peylo (bug 2507):Stig Bjørlykke2008-08-013-0/+144
* packet-turnchannel.c:219: warning: passing argument 2 of 'register_dissector'...Anders Broman2008-08-011-6/+6
* From stéphane bryant:Anders Broman2008-08-018-194/+1105
* boolean -> gbooleanStig Bjørlykke2008-08-011-2/+2
* fix packet-sndcp-xid.c:483: warning: unused parameter 'pinfo'Anders Broman2008-08-011-1/+1
* From Bill Meier:Anders Broman2008-08-011-284/+201
* Fix packet-gprs-llc.c:413: warning: format '%lu' expects type 'long unsigned ...Anders Broman2008-08-012-2/+3
* From Yaniv Kaul:Anders Broman2008-08-014-8/+14
* From Vincent Helfre:Anders Broman2008-08-012-55/+994
* From Alexey Neyman:Anders Broman2008-08-012-4/+18
* From Joe Eykholt:Jaap Keuter2008-08-011-4/+4
* Use guints for our tap array indices and use >= to make sure they wrap. ThisGerald Combs2008-08-011-565/+565