aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris160-237/+243
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-16Sort each conversation column numerically. Fix up whitespace.Gerald Combs3-57/+80
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-16Add a local copy of pidl, add a README.ethereal to includeJörg Mayer35-0/+14790
2005-09-16Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.Jörg Mayer7-6/+5676
2005-09-16wka.tmpl:Jörg Mayer2-21/+137
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-16fixing the fix, it's time to go to bed ...Ulf Lamping1-1/+1
2005-09-15bugfix: don't crash (assert), if jumping to the first packet and packet_list ...Ulf Lamping1-0/+6
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris3-6/+6
2005-09-15Add a Makefile.Guy Harris1-0/+17
2005-09-15Add more information regarding call legs.Luis Ontanon2-132/+199
2005-09-15leak fixLuis Ontanon1-2/+6
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 Sahlberg2-0/+2
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 Harris2-49/+56
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-15Add PRIX64, as we now use it.Guy Harris3-4/+14
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman7-1015/+1915
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-14fix wtap_dump_flush function name and don't check for it's return value. We d...Ulf Lamping1-4/+1
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping14-123/+272
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 Broman3-0/+2203
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