aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-07-09Use L<> on all links.Guy Harris9-51/+59
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs8-12/+32
2006-07-09One more bug from Ilja van Sprundel. Be more paranoid about our offset duringGerald Combs1-45/+46
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous decla...Jörg Mayer5-4/+21
2006-07-09include packet-cdt.h to declare prototypesJörg Mayer3-7/+11
2006-07-08don't use only upper case letters for ResolveWin32UUID parameter and variable...Ulf Lamping1-19/+19
2006-07-08if the request/response subdissector couldn't be called because of missing bi...Ulf Lamping1-2/+14
2006-07-08Catch another infinite loop. Fixes bug 985.Gerald Combs1-0/+4
2006-07-07Fix more bugs reported by Ilja van Sprundel.Gerald Combs4-51/+61
2006-07-07add missing #include <epan/emem.h> to fix a related warningUlf Lamping1-0/+2
2006-07-07Fix our loop checks.Gerald Combs1-2/+4
2006-07-07Point to the latest repository directory.Gerald Combs1-1/+1
2006-07-07Fix another infinite loop. Remove redundant code.Gerald Combs1-18/+3
2006-07-07propset ....Jörg Mayer1-1/+1
2006-07-07From Martin Mathieson:Anders Broman2-265/+450
2006-07-07Fix more bugs found by Ilja van Sprundel.Gerald Combs4-183/+184
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.Gerald Combs4-384/+384
2006-07-06Add the asn1 directory to the distribution.Gerald Combs3-1/+416
2006-07-06add another CBA DCOM HRESULTUlf Lamping1-0/+1
2006-07-06Set the version to 0.99.2, since we're building releases from /trunk again.Gerald Combs3-5/+5
2006-07-06Update to Net-SNMP 5.3.0.1.Gerald Combs3-3/+3
2006-07-06Catch an infinite loop.Gerald Combs1-0/+1
2006-07-06New dissector for the cisco wireless ids communication protocolJörg Mayer2-0/+199
2006-07-06Includeing prefs.h once is sufficientJörg Mayer1-1/+0
2006-07-06the pidl parameter is now --ws-parser and not --eth-parserRonnie Sahlberg1-1/+1
2006-07-05Fix an infinite loop in dissect_ber_tagged_type(). Fix up whitespace.Gerald Combs1-3/+5
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs2-13/+19
2006-07-05Fix a format string bug. This should fix some of the current fuzzGerald Combs2-2/+2
2006-07-05Make our tvb exists before we try to dereference it. Fixes some of the Gerald Combs1-32/+35
2006-07-05Update manufJörg Mayer1-16/+246
2006-07-05Add a comment about a Cisco proprietary tag.Jörg Mayer1-0/+2
2006-07-05From Martin Mathieson:Anders Broman1-3/+7
2006-07-05From Jeff Morriss:Anders Broman1-45/+64
2006-07-05From Willem Dekker:Anders Broman1-22/+42
2006-07-04copy over the files from the Ethereal user profile directory, if the Wireshar...Ulf Lamping1-0/+11
2006-07-04update the files information to reflect the current implementation, as some f...Ulf Lamping1-6/+6
2006-07-04Fix indentation.Guy Harris1-14/+14
2006-07-04Don't test a variable in a loop if its value never changes.Guy Harris1-8/+5
2006-07-04Update to current samba branch (sorry, lost the samba changelog)Jörg Mayer12-104/+184
2006-07-04coverity 201Ronnie Sahlberg1-7/+0
2006-07-04get rid of warning messageTomas Kukosa2-2/+2
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa26-9273/+9282
2006-07-04make the string allocated with g_,alloc since preferences have a scope long...Ronnie Sahlberg1-1/+1
2006-07-04memory allocated by strdup is not frred by using g_freeRonnie Sahlberg1-9/+1
2006-07-04replace the two remaining g_malloc with ep_allocRonnie Sahlberg2-9/+7
2006-07-04check_var_length can also return ewp allocated memory nowRonnie Sahlberg2-2/+2
2006-07-04make new_format_oid return ep allocated data.Ronnie Sahlberg2-13/+19
2006-07-04Fix the usage output to all go to the same stream.Guy Harris1-4/+4
2006-07-04make format_oid use ep allocated memory internally instead of malloced memoryRonnie Sahlberg2-19/+17
2006-07-04make format_var return ep allocated memoryRonnie Sahlberg2-25/+17