aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-30Don't cast a "guint8 *" to a pointer to a structure; just use theGuy Harris1-11/+14
2007-04-28From Sake Blok:Stephen Fisher1-22/+36
2007-04-28The data in a GArray is guaranteed to be properly aligned; add a cast toGuy Harris1-3/+3
2007-04-28Include <string.h> before using C string functions.Guy Harris2-8/+12
2007-04-28Libwireshark is now a shared library.Guy Harris1-3/+0
2007-04-28Fix the dependencies.Guy Harris1-1/+1
2007-04-28NULL is a pointer value; routines returning integral values shouldn'tGuy Harris1-1/+1
2007-04-28In emem_tree_lookup_string(), return NULL if the allocation fails.Guy Harris1-1/+1
2007-04-28In calls to the emem_tree routines, forcibly align items not known to beGuy Harris3-29/+62
2007-04-28Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".Guy Harris2-3/+3
2007-04-28Revert some private experiments checked in by misstake.Anders Broman3-170/+7
2007-04-28From Gavin Heer:Anders Broman6-10/+273
2007-04-28Add:Anders Broman4-160/+199
2007-04-28from metatech at flashmail.com :Ronnie Sahlberg2-0/+716
2007-04-28Fix Q.932 extra dist and add QSIG to extra dist.Tomas Kukosa1-1/+11
2007-04-27Add Q.932 to extra dist.Anders Broman1-0/+13
2007-04-27Change of authors email addressJaap Keuter1-1/+1
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa34-0/+8114
2007-04-27minor formal changesTomas Kukosa2-3/+4
2007-04-27- new #.Exports parameter VALS_WITH_TABLE which "exports" whole table into he...Tomas Kukosa1-15/+56
2007-04-27From Bingyao Du:Jaap Keuter5-1/+528
2007-04-26From Jeff Foster: add support for Cisco HDLC captures.Guy Harris1-0/+9
2007-04-26As with other types of extra info, tag the UID extra info. Don't addGuy Harris2-18/+25
2007-04-26Tiny formatting changeJörg Mayer1-1/+2
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris7-26/+23
2007-04-26Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret...Anders Broman3-11/+31
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