aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman61-1166/+1246
2007-05-01From Dustin Johnson: Normalize indentation.Gerald Combs1-3003/+2993
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 Harris10-51/+55
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 Harris7-64/+64
2007-04-30move T.30 protocol into its own dissector fileTomas Kukosa3-1254/+1319
2007-04-30Put the q932-ros dissector into a file with the right name.Guy Harris1-1/+1
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