aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman2-1015/+556
2005-09-15Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.Guy Harris1-68/+123
2005-09-15We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineGuy Harris1-659/+594
2005-09-15Properly handle 64-bit integer constants (they don't happen by magic,Guy Harris1-23/+23
2005-09-15Squelch some warnings, fix some typoes.Guy Harris1-3/+3
2005-09-14add E_OUTOFMEMORYUlf Lamping1-0/+1
2005-09-14From Peter JohanssonAnders Broman1-1/+1
2005-09-14Fix a warning.Anders Broman1-1/+1
2005-09-14From Brian Bogora:Anders Broman2-0/+2195
2005-09-14From Dinesh G DuttAnders Broman8-81/+808
2005-09-14Do the variable binding with dissect_ber_x() routines rather than asn1 ones.Anders Broman1-63/+80
2005-09-14Dont't carsh if dissect_ber_null() isn't passed a hf_id.Anders Broman1-2/+2
2005-09-14Allow dissection of dcerpc of short frames instead of aborting as soon as i...Ronnie Sahlberg1-68/+74
2005-09-14for octet strings that span beyond the end of a "short" tvb, create a new s...Ronnie Sahlberg1-4/+7
2005-09-14when we have raw keberos inside the spnego blob, pass it as is over toRonnie Sahlberg1-2/+1
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largeGerald Combs1-0/+9
2005-09-13add to the protocol item a short description what a "Short Frame" isUlf Lamping1-1/+1
2005-09-13increment index of IID's in COL_INFOUlf Lamping1-1/+1
2005-09-13Get application ID from the packet.Anders Broman1-22/+22
2005-09-13don't simply remove the expert_info output at BoundsError, but add the commen...Ulf Lamping1-0/+5
2005-09-13From Ankur Aggarwal:Anders Broman1-5/+5
2005-09-13From Stefan MetzmacherAnders Broman1-18/+79
2005-09-13From Piros Lucian:Anders Broman3-0/+1022
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris6-32/+54