aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy84-787/+536
2005-06-26Set the Info column to the correctly-capitalized name.guy1-10/+5
2005-06-26value_string.c(71) : warning C4090: 'return' : different 'const' qualifiersulfl1-1/+5
2005-06-26prefs.c(1218) : warning C4761: integral size mismatch in argument; conversion...ulfl1-4/+4
2005-06-26proto.c(2941) : warning C4090: 'function' : different 'const' qualifiersulfl1-1/+1
2005-06-26packet-x11.c(1780) : warning C4090: 'function' : different 'const' qualifiersulfl1-2/+2
2005-06-26packet-smb.c(14406) : warning C4090: 'return' : different 'const' qualifiersulfl1-2/+2
2005-06-26packet-pgsql.c(891) : warning C4090: 'return' : different 'const' qualifiersulfl1-3/+3
2005-06-26packet-diameter.c(856) : warning C4090: 'function' : different 'const' qualif...ulfl1-2/+2
2005-06-26Add a signaletxrab1-19/+20
2005-06-26packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiersulfl1-3/+3
2005-06-26Fix a compiler warning.etxrab2-2/+4
2005-06-26packet-ansi_map.c(760) : warning C4090: 'return' : different 'const' qualifiersulfl1-4/+4
2005-06-26packet-ansi_a.c(460) : warning C4090: 'return' : different 'const' qualifiersulfl1-4/+4
2005-06-26packet-ansi_801.c(93) : warning C4090: 'return' : different 'const' qualifiersulfl1-5/+5
2005-06-26packet-ansi_683.c(93) : warning C4090: 'return' : different 'const' qualifiersulfl1-3/+3
2005-06-26packet-ansi_637.c(288) : warning C4090: 'return' : different 'const' qualifiersulfl1-4/+4
2005-06-26packet-alcap.c(195) : warning C4090: 'return' : different 'const' qualifiersulfl1-4/+4
2005-06-26rename the protocol and the protocol fields to msmms from mms to make way fo...sahlberg2-170/+169
2005-06-26update libethereal.def to the new name dissect_ber_CHOICEsahlberg1-1/+1
2005-06-26prettify ftam by puttign the command name in the info columnsahlberg2-9/+42
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg32-964/+1070
2005-06-25from Kashyap Desaisahlberg1-2/+4
2005-06-25From Martin Mathiesonsahlberg3-0/+999
2005-06-25The data in an Identification packet is a message intended to beguy1-1/+12
2005-06-25Major rewrite to update to version TS 129 002 V6.9.0etxrab2-5138/+7911
2005-06-25new FTAM dissector generated by asn2ethsahlberg2-4275/+7547
2005-06-25Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.sahlberg2-2/+8
2005-06-24 for unknown GraphicStringsahlberg1-0/+7
2005-06-24fix to ber NULL handlingsahlberg1-12/+16
2005-06-24More constification.guy2-5/+5
2005-06-24Constify a bunch of structure members and function arguments, to squelchguy2-4/+4
2005-06-23From Valery Vybornov:etxrab2-2/+6
2005-06-23fix for CMIP, we should set the opcode_type BEFORE we try to use it in the...sahlberg1-12/+12
2005-06-22Fix an off-by-four error, which should take care of bugs 254 - 258. Printgerald1-3/+3
2005-06-22update to packet-bersahlberg1-24/+209
2005-06-22add a dummy variable frame_number to dissect_frame() and assign it the curren...sahlberg1-1/+6
2005-06-22only create the ACSE protocol tree if there is an ACSE layer present.sahlberg1-18/+18
2005-06-22remove a dissector table we no longer use from ACSEsahlberg3-39/+22
2005-06-22add ipbcp attribute as in Q.1970lego1-5/+50
2005-06-21Make a couple of variables dynamic, as suggested by Ulf.gerald1-12/+8
2005-06-21terminate some value_strings properly with a {0,NULL}sahlberg1-0/+6
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.sahlberg6-7/+16
2005-06-20if exists call the h248term subdissector.lego1-32/+45
2005-06-20From Mike Duigou:etxrab1-178/+202
2005-06-20From Mike Duigou:etxrab2-5/+7
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald12-28/+40
2005-06-20convert the functionsahlberg1-55/+33
2005-06-20convert one function to use packet-ber instead of asn1sahlberg1-53/+26
2005-06-20move two functions that are not used by tcap and only used by gsm_a and gsm_s...sahlberg4-66/+60