aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-26Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.Jaap Keuter1-2/+252
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,Guy Harris3-9/+9
2007-04-26See previous comment.Guy Harris1-1/+1
2007-04-26Umm, that's *not* how you compare addresses for equality....Guy Harris1-27/+4
2007-04-26Copy up to 4 bytes from the source address, rather than just copying theGuy Harris1-1/+7
2007-04-26For address types where the address is a bunch of bytes, convert theGuy Harris1-10/+18
2007-04-26For 1-byte and 2-byte FIDs, convert the void * data pointer in theGuy Harris1-2/+5
2007-04-26Get rid of unused variable.Guy Harris1-1/+0
2007-04-26Use the right local variable.Guy Harris1-1/+1
2007-04-26Get rid of no-longer-needed variable.Guy Harris1-1/+0
2007-04-26Add missing backslash.Guy Harris1-1/+1
2007-04-26Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what itGuy Harris3-16/+16
2007-04-26Add a macro for hashing the bytes of an address into a hash value.Guy Harris3-28/+20
2007-04-26The data pointer of an address structure is a void *; convert it to aGuy Harris1-1/+3
2007-04-26Check to make sure the address really *is* an IPv4 address.Guy Harris1-1/+4
2007-04-25The data pointer in an address structure is a void *; if the address isGuy Harris1-1/+2
2007-04-25Use "address_to_str()" to format an address, rather than assuming it'sGuy Harris1-4/+2
2007-04-25The data field of an address structure is a void *, so we can't look atGuy Harris1-4/+4
2007-04-25Fix the previous fix.Guy Harris1-6/+6
2007-04-25Check that the addresses are FC addresses before looking at them.Guy Harris1-2/+13
2007-04-25Fail if the addresses being checked aren't Ethernet addresses.Guy Harris1-14/+12
2007-04-25Use "address_to_str()" to format an address, rather than assuming it'sGuy Harris1-4/+2
2007-04-25The data field of an address structure is now a void *; convert it asGuy Harris1-2/+16
2007-04-25The data field of an address structure is now a void *; convert it asGuy Harris1-12/+18
2007-04-25The "data" field of an address structure is a "void *"; when looking atGuy Harris1-26/+30
2007-04-25From Dustin Johnson:Gerald Combs1-92/+124
2007-04-25Some types of addresses are data structures; make the address dataGuy Harris1-2/+2
2007-04-25From Stig Bjørlykke:Gerald Combs1-2/+2
2007-04-25new parameter EXTERN for #.EXPORTS directiveTomas Kukosa1-10/+15
2007-04-25fread() return value can not match file size on Windows due CR/LF conversion ...Tomas Kukosa1-8/+3
2007-04-25fix bug in handling of tagged type referenceTomas Kukosa1-6/+10
2007-04-24proto_tree_add_bits -> iuup_proto_tree_add_bits as discussedJörg Mayer1-2/+2
2007-04-24extraInfo was not propperly tagged causing ber decoding errors.Luis Ontanon2-6/+6
2007-04-24Add a new proto function proto_tree_add_bits() which adds bits to the treeAnders Broman2-0/+251
2007-04-24Fix definition of tvb_memcpy() to match declaration.Guy Harris1-1/+1
2007-04-24"memcpy()" takes void *'s as arguments and returns a void *; haveGuy Harris2-7/+7
2007-04-24add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_B...Ronnie Sahlberg1-1/+1
2007-04-24Try to squelch an alignment warning (we put "int"s into the array, so weGuy Harris1-1/+1
2007-04-24Damn qqq-bird. ;)Jaap Keuter1-1/+0
2007-04-24oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 t...Ronnie Sahlberg1-0/+3
2007-04-24if we compile for gtk1 'text' is no longer referenced in the simple_dialog_c...Ronnie Sahlberg1-1/+1
2007-04-24add a missing change from the previous commitRonnie Sahlberg1-0/+3
2007-04-24Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp t...Ronnie Sahlberg1-2/+100
2007-04-24Addt'l fixes so suite-unittests will run under windowsBill Meier2-8/+9
2007-04-24Use correct install target: 'make ..._install (and not 'make 'install_...')Bill Meier1-1/+1
2007-04-23Need to include <epan/pint.h> to get pletohl() defined.Guy Harris1-0/+1