aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-08-08AF_ values are used in DLT_LOOP captures as well.Guy Harris1-1/+1
2008-08-08Add Linux AF_ values to epan/aftypes.h; IAX2 implicitly uses them.Guy Harris2-11/+30
2008-08-08From Kovarththanan Rajaratnam (Bug 2660):Sake Blok2-0/+14
2008-08-08Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncGuy Harris3-42/+37
2008-08-08Don't get AF_ values used in protocols from system header files -Guy Harris1-12/+15
2008-08-08Add support for c-ares to the GNU toolchain.Gerald Combs1-1/+1
2008-08-07From Ryan Wamsley:Jaap Keuter2-0/+272
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs2-27/+195
2008-08-07Put back the Intel URL for the IPMI specs.Guy Harris1-0/+6
2008-08-07Activate the IPMI changesAnders Broman3-5679/+1182
2008-08-07remove a degug printfLuis Ontanon1-1/+1
2008-08-06From Alexey Neyman :Anders Broman11-0/+13676
2008-08-06From Hakim Bellam:Anders Broman1-84/+243
2008-08-06From Kip McAtee:Anders Broman1-2/+2
2008-08-06add initial dnsserver dcerpc implementationRonnie Sahlberg2-0/+499
2008-08-06From Gary Reynolds:Anders Broman2-71/+480
2008-08-06in nfs name to filehandle mappingsRonnie Sahlberg4-127/+3717
2008-08-05Fix some errors introduced when fixing Luis Ontanon's e-mail address.Guy Harris2-2/+2
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon48-50/+50
2008-08-05(Temporary?) fix to get the Windows buildbot going again: remove constness fr...Jeff Morriss1-2/+2
2008-08-05FromVincent Helfre:Anders Broman1-2/+57
2008-08-05From Daniel Krueger:Jeff Morriss1-5/+5
2008-08-05Have some UAT helper functions copying the passed buffer beforeLuis Ontanon1-5/+8
2008-08-05Add a debug helper for EP memory corruptionLuis Ontanon3-3/+85
2008-08-04Keep the OSX compiler happy: initialize a variable (altho not really req'd)Bill Meier1-1/+1
2008-08-04Another temporary fix to prevent a build errorBill Meier1-0/+2
2008-08-04if it's se allocated it needs to be filled only once.Luis Ontanon1-10/+7
2008-08-04Fix an ep memory corruption due to passing ep blocks into a se allocated stru...Luis Ontanon1-4/+4
2008-08-04temp fix (until the proper fix) to handle buildbot errs;Bill Meier1-2/+2
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs1-4/+4
2008-08-04From Alexey Neyman :Anders Broman2-81/+164
2008-08-04Fix packet-gsm_a_common.c:63: warning: assignment makes integer from pointer ...Anders Broman1-3/+3
2008-08-04From Neil Piercy:Anders Broman7-21657/+22093
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman11-17/+17
2008-08-04Print various uints with %u ...Bill Meier1-42/+42
2008-08-04Fix 2 bugs:Bill Meier1-17/+25
2008-08-04Fix buildbot error: "no newline at end of file"Bill Meier1-1/+1
2008-08-04Adjust various indentation/spacing; Do some minor reformattingBill Meier2-2228/+2229
2008-08-03Revert previous checkin.Anders Broman2-1/+1
2008-08-03packet-multipart.c:179: warning: unused parameter 'pinfo'Anders Broman3-3/+5
2008-08-03Move common code to base64.cAnders Broman5-46/+22
2008-08-02Don't fetch data until you need it.Guy Harris1-3/+4
2008-08-02Fix packet-netflow.c:2666: warning: 'pen' may be used uninitialized in this f...Anders Broman1-6/+6
2008-08-02From Hitoshi Irino:Anders Broman1-76/+1416
2008-08-02WIN32 ==> _WIN32Bill Meier1-1/+1
2008-08-01From metatech:Anders Broman1-2/+2
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke24-76/+42
2008-08-01From Martin Peylo (bug 2507):Stig Bjørlykke2-0/+136
2008-08-01packet-turnchannel.c:219: warning: passing argument 2 of 'register_dissector'...Anders Broman1-6/+6
2008-08-01From stéphane bryant:Anders Broman8-194/+1105