aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* From Olivier Montanuy:Anders Broman2007-05-041-17/+690
* Split out asn1 common functions. Start of BER EXTERNAL.Anders Broman2007-05-035-16/+152
* use the latest version of PIDL to regenerate winreg using the new TYPE Ronnie Sahlberg2007-05-032-320/+397
* Show internal ber fields for tagged type if pref. set.Anders Broman2007-05-031-2/+4
* Dissect returnedFunction.Anders Broman2007-05-031-79/+142
* Check for an infinite loop while processing cipher suites. Fixes bug 1582.Gerald Combs2007-05-031-5/+15
* Handle cases where our macro doesn't have any arguments. We shouldGerald Combs2007-05-031-76/+77
* EXTERNAL type is handled in asn2wrs nowTomas Kukosa2007-05-0390-415/+423
* REAL type supportTomas Kukosa2007-05-032-15/+93
* The forgotten file strikes back.Luis Ontanon2007-05-021-1/+2
* From Tamas Regos (Via Balint Reczey)Luis Ontanon2007-05-022-3/+177
* Add a routine to dissect the MCS Set. Add a tree for the MCS SetGerald Combs2007-05-021-33/+95
* fix warnings in debug codeLuis Ontanon2007-05-021-23/+40
* Check for read failures, and report them (and don't parse the key listGuy Harris2007-05-021-1/+8
* Fix the windows build by changing uint32_t into guint32.Jaap Keuter2007-05-021-2/+2
* From Matt Addison:Jaap Keuter2007-05-021-2/+22
* updates to the ctdb dissector to follow the latest protocolRonnie Sahlberg2007-05-021-44/+165
* fix forgotten calling of dissect_per_External()Tomas Kukosa2007-05-021-4/+1
* comment out a unused function so that wireshark builds on suse againRonnie Sahlberg2007-05-021-1/+2
* fix some compiler warnings leading to compile failureRonnie Sahlberg2007-05-021-1/+1
* PER - support of EXTERNAL and ObjectDescriptor types (not tested)Tomas Kukosa2007-05-023-5/+199
* From Stefan Puiu:Jaap Keuter2007-05-021-13/+17
* Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman2007-05-0136-1157/+1215
* From Dustin Johnson: Normalize indentation.Gerald Combs2007-05-011-3003/+2993
* Make these protocols findable by name.Martin Mathieson2007-05-013-0/+9
* Fetch IP and TCP length values directly instead of casting the data bufferGerald Combs2007-05-011-7/+5
* Parenthesize to squelch a compiler warning (a warning that suggests thatGuy Harris2007-05-011-2/+2
* From Dustin Johnson and myself:Gerald Combs2007-04-301-349/+510
* Use memcpy() to copy the session ID to the buffer, so we don't getGuy Harris2007-04-301-2/+2
* Update copyright notice.Guy Harris2007-04-301-1/+1
* Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris2007-04-307-46/+54
* Yet another workaround for GArray's bad data type choice.Guy Harris2007-04-301-1/+18
* Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeGuy Harris2007-04-304-34/+34
* newline at end of file is required by some compilersTomas Kukosa2007-04-301-1/+2
* Thou shalt not squelch compiler complaints about an assignmentGuy Harris2007-04-302-4/+23
* The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSGuy Harris2007-04-304-51/+51
* move T.30 protocol into its own dissector fileTomas Kukosa2007-04-303-1254/+1319
* Don't cast a "guint8 *" to a pointer to a structure; just use theGuy Harris2007-04-301-11/+14
* From Sake Blok:Stephen Fisher2007-04-281-22/+36
* The data in a GArray is guaranteed to be properly aligned; add a cast toGuy Harris2007-04-281-3/+3
* Include <string.h> before using C string functions.Guy Harris2007-04-281-7/+9
* Libwireshark is now a shared library.Guy Harris2007-04-281-3/+0
* NULL is a pointer value; routines returning integral values shouldn'tGuy Harris2007-04-281-1/+1
* In emem_tree_lookup_string(), return NULL if the allocation fails.Guy Harris2007-04-281-1/+1
* In calls to the emem_tree routines, forcibly align items not known to beGuy Harris2007-04-283-29/+62
* Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".Guy Harris2007-04-282-3/+3
* Revert some private experiments checked in by misstake.Anders Broman2007-04-283-170/+7
* From Gavin Heer:Anders Broman2007-04-284-8/+221
* Add:Anders Broman2007-04-284-160/+199
* from metatech at flashmail.com :Ronnie Sahlberg2007-04-282-0/+716