aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-06-27The name returned by "get_dns_name()" (and thus byGuy Harris1-52/+72
2005-06-27From Alejandro VaqueroAnders Broman5-44/+959
2005-06-26Yet more constification.Guy Harris2-3/+3
2005-06-26More constification.Guy Harris1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris84-787/+536
2005-06-26Set the Info column to the correctly-capitalized name.Guy Harris1-10/+5
2005-06-26value_string.c(71) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-1/+5
2005-06-26prefs.c(1218) : warning C4761: integral size mismatch in argument; conversion...Ulf Lamping1-4/+4
2005-06-26proto.c(2941) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-1/+1
2005-06-26packet-x11.c(1780) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-2/+2
2005-06-26packet-smb.c(14406) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-2/+2
2005-06-26packet-pgsql.c(891) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-3/+3
2005-06-26packet-diameter.c(856) : warning C4090: 'function' : different 'const' qualif...Ulf Lamping1-2/+2
2005-06-26Add a signalAnders Broman1-19/+20
2005-06-26packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiersUlf Lamping1-3/+3
2005-06-26Fix a compiler warning.Anders Broman2-2/+4
2005-06-26packet-ansi_map.c(760) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-4/+4
2005-06-26packet-ansi_a.c(460) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-4/+4
2005-06-26packet-ansi_801.c(93) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-5/+5
2005-06-26packet-ansi_683.c(93) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-3/+3
2005-06-26packet-ansi_637.c(288) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-4/+4
2005-06-26packet-alcap.c(195) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-4/+4
2005-06-26rename the protocol and the protocol fields to msmms from mms to make way fo...Ronnie Sahlberg2-170/+169
2005-06-26update libethereal.def to the new name dissect_ber_CHOICERonnie Sahlberg1-1/+1
2005-06-26prettify ftam by puttign the command name in the info columnRonnie Sahlberg2-9/+42
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg32-964/+1070
2005-06-25from Kashyap DesaiRonnie Sahlberg1-2/+4
2005-06-25From Martin MathiesonRonnie Sahlberg3-0/+999
2005-06-25The data in an Identification packet is a message intended to beGuy Harris1-1/+12
2005-06-25Major rewrite to update to version TS 129 002 V6.9.0Anders Broman2-5138/+7911
2005-06-25new FTAM dissector generated by asn2ethRonnie Sahlberg2-4275/+7547
2005-06-25Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.Ronnie Sahlberg2-2/+8
2005-06-24 for unknown GraphicStringRonnie Sahlberg1-0/+7
2005-06-24fix to ber NULL handlingRonnie Sahlberg1-12/+16
2005-06-24More constification.Guy Harris2-5/+5
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris2-4/+4
2005-06-23From Valery Vybornov:Anders Broman2-2/+6
2005-06-23fix for CMIP, we should set the opcode_type BEFORE we try to use it in the...Ronnie Sahlberg1-12/+12
2005-06-22Fix an off-by-four error, which should take care of bugs 254 - 258. PrintGerald Combs1-3/+3
2005-06-22update to packet-berRonnie Sahlberg1-24/+209
2005-06-22add a dummy variable frame_number to dissect_frame() and assign it the curren...Ronnie Sahlberg1-1/+6
2005-06-22only create the ACSE protocol tree if there is an ACSE layer present.Ronnie Sahlberg1-18/+18
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg3-39/+22
2005-06-22add ipbcp attribute as in Q.1970Luis Ontanon1-5/+50
2005-06-21Make a couple of variables dynamic, as suggested by Ulf.Gerald Combs1-12/+8
2005-06-21terminate some value_strings properly with a {0,NULL}Ronnie Sahlberg1-0/+6
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg6-7/+16
2005-06-20if exists call the h248term subdissector.Luis Ontanon1-32/+45
2005-06-20From Mike Duigou:Anders Broman1-178/+202
2005-06-20From Mike Duigou:Anders Broman2-5/+7