aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-04Note what the standards are for FDDI.Guy Harris1-0/+4
2006-07-03from Stephen FisherRonnie Sahlberg3-1/+470
2006-07-03From Martin Mathieson:Anders Broman2-462/+484
2006-07-03From Nils Ljungberg:Anders Broman1-288/+274
2006-07-03Update the ptvcursors chapter.Jaap Keuter1-10/+20
2006-07-03From: Hannes GredlerJaap Keuter1-4/+9
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa14-10539/+10550
2006-07-01Rewrite of dissector: get rid of static structures and use helper functions a...Jaap Keuter1-934/+461
2006-07-01remove some warnings (2nd try)Ulf Lamping2-10/+10
2006-07-01lower the expert info level from NOTE to CHAT for the multiple PDU message, a...Ulf Lamping1-1/+1
2006-07-01remove some "signedness" warningsUlf Lamping2-40/+40
2006-07-01remove two old commentsUlf Lamping1-2/+0
2006-07-01bugfix: open the Win32 print dialog a second time resulted in "funny" behaviour Ulf Lamping1-1/+7
2006-07-01mark unused parametersUlf Lamping2-3/+3
2006-07-01minor indentation changesRonnie Sahlberg1-25/+16