aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-09-19Throw an exception instead of trying to read past the end of a buffer.Gerald Combs1-0/+5
2005-09-19display something useful in the radius VSA itemLuis Ontanon1-1/+1
2005-09-19Don't dereference a null pointer. Fixes bug 460.Gerald Combs1-1/+1
2005-09-19Change "Value" into "VSA" for Vendor SPecific AttributesLuis Ontanon1-1/+1
2005-09-19Add a preference to decode different types of AMR payload.Anders Broman1-23/+232
2005-09-19Throw an exception if our ACL length is flat-out wrong.Gerald Combs1-1/+4
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)Luis Ontanon3-77/+148
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs2-2/+16
2005-09-19Change README to reflect the fact that tools/pidl is now aJörg Mayer1-2/+34
2005-09-19Add idl_types.h from samba to fix warningJörg Mayer1-0/+114
2005-09-19Point to tools/pidl/README.etherealJörg Mayer1-0/+2
2005-09-19Fix a typo.Guy Harris1-1/+1
2005-09-19sometimes it seems that we have the text based h248/megaco running ontop ofRonnie Sahlberg1-0/+16
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa7-265/+265
2005-09-18assert that tvb is not NULLUlf Lamping1-0/+1
2005-09-18Change some of the asn1 functions to use packet-ber ones.Anders Broman1-56/+54
2005-09-18If the tag field is a bitfield, always show it as such, otherwise alwaysGuy Harris1-4/+22
2005-09-18as discussed in the Users list: replace "Short Frame" by "Packet size limited...Ulf Lamping1-3/+3
2005-09-17If unkown Tag's are found in a set add length.Anders Broman1-21/+19
2005-09-17Because there's more than just text in XML...Luis Ontanon5-190/+646
2005-09-17using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used ...Ulf Lamping1-0/+1
2005-09-17remove some strcpy()Ronnie Sahlberg1-8/+4
2005-09-17remove some strcpy()Ronnie Sahlberg1-35/+29
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris15-27/+25
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris146-197/+1727
2005-09-16add an expert info based on QualityCode and a COL_INFO outputUlf Lamping1-1/+33
2005-09-16slightly shrink COL_INFO outputUlf Lamping1-2/+2
2005-09-16split call id's with a #, if more than one DCE/RPC call is in a data PDUUlf Lamping1-1/+7
2005-09-16Aargh - undo r15838 as I missed jmayer's commit of r15835.Tim Potter1-0/+2
2005-09-16Comment out pidl dissectors for the moment to get the win32 buildTim Potter1-2/+0
2005-09-16If we've enabled the display of BER encapsulation tokens, only put themGuy Harris1-16/+15
2005-09-16Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.Jörg Mayer7-6/+5676
2005-09-16Note problems with some values that appear in, for example, some SNMPGuy Harris1-0/+11
2005-09-16Fix a type.Guy Harris1-1/+1
2005-09-16Add conformance file used for building winreg dissector.Tim Potter1-0/+1
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris2-4/+4
2005-09-15Add more information regarding call legs.Luis Ontanon2-132/+199
2005-09-15Fix fragment length checks. Fixes bugs 440 and 442-446.Gerald Combs1-2/+2
2005-09-15remove some redundant strcpy()Ronnie Sahlberg1-6/+6
2005-09-15remove some redundant strcpy()Ronnie Sahlberg1-7/+7
2005-09-15remove a whole bunch of strcpy() fix minor bug where whe checked the wron...Ronnie Sahlberg1-19/+21
2005-09-15update for ospf from Senthil Kumar NagappanRonnie Sahlberg1-0/+1
2005-09-15delete the old dissectorRonnie Sahlberg5-292/+0
2005-09-15delete the old dissector and point the makefile to the new dissectorRonnie Sahlberg3-1690/+2
2005-09-15new pidl generated atsvc dissector and its conformance fileRonnie Sahlberg4-0/+1664
2005-09-15Get rid of a no-longer-used variable.Guy Harris1-1/+0
2005-09-15Move OUIs from LLDP dissector to oui.h.Guy Harris1-35/+39
2005-09-15Use ep_strdup_printf() to generate the "not found in value_string table"Guy Harris1-3/+1
2005-09-15Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,Guy Harris1-2/+6
2005-09-15A first go at importing some pidl generated code into ethereal. This Tim Potter13-1264/+4594