aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Make these protocols findable by name.Martin Mathieson3-0/+9
2007-05-01Fetch IP and TCP length values directly instead of casting the data bufferGerald Combs1-7/+5
2007-05-01Parenthesize to squelch a compiler warning (a warning that suggests thatGuy Harris1-2/+2
2007-04-30From Dustin Johnson and myself:Gerald Combs1-349/+510
2007-04-30Use memcpy() to copy the session ID to the buffer, so we don't getGuy Harris1-2/+2
2007-04-30Update copyright notice.Guy Harris1-1/+1
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris7-46/+54
2007-04-30Yet another workaround for GArray's bad data type choice.Guy Harris1-1/+18
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris4-34/+34
2007-04-30newline at end of file is required by some compilersTomas Kukosa1-1/+2
2007-04-30Thou shalt not squelch compiler complaints about an assignmentGuy Harris2-4/+23
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris4-51/+51
2007-04-30move T.30 protocol into its own dissector fileTomas Kukosa3-1254/+1319
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 Harris1-7/+9
2007-04-28Libwireshark is now a shared library.Guy Harris1-3/+0
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 Broman4-8/+221
2007-04-28Add:Anders Broman4-160/+199
2007-04-28from metatech at flashmail.com :Ronnie Sahlberg2-0/+716
2007-04-27Change of authors email addressJaap Keuter1-1/+1
2007-04-27new Q.932 and QSIG dissectorsTomas Kukosa8-0/+5138
2007-04-27From Bingyao Du:Jaap Keuter4-0/+526
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 Harris6-24/+21
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-26Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,Guy Harris3-9/+9
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