aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2005-09-20Francesco Fondelli: Add dcp support (forgot this file)Jörg Mayer1-0/+2
svn path=/trunk/; revision=15898
2005-09-20Francesco Fondelli; Add dcp supportJörg Mayer2-0/+1171
svn path=/trunk/; revision=15897
2005-09-20get rid of few warningsTomas Kukosa3-5/+5
svn path=/trunk/; revision=15895
2005-09-20asn2eth Tomas Kukosa6-43/+61
- #.FN_BODY accepts parameters too - single line variant of #.FN_PAR is possible - new parameter FN_VARIANT for OBJECT IDENTIFIER packet-per.c - dissect_per_object_identifier() returns value as tvb - new dissect_per_object_identifier_str() function PER dissectors adapted and regenerated svn path=/trunk/; revision=15894
2005-09-20fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in ↵Ulf Lamping1-1/+1
argument; conversion supplied svn path=/trunk/; revision=15893
2005-09-20fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatchUlf Lamping1-1/+1
svn path=/trunk/; revision=15892
2005-09-19Jim Young: LLDP improvementsJörg Mayer1-6/+172
svn path=/trunk/; revision=15879
2005-09-19display something useful in the radius VSA itemLuis Ontanon1-1/+1
svn path=/trunk/; revision=15875
2005-09-19Don't dereference a null pointer. Fixes bug 460.Gerald Combs1-1/+1
svn path=/trunk/; revision=15874
2005-09-19Change "Value" into "VSA" for Vendor SPecific AttributesLuis Ontanon1-1/+1
svn path=/trunk/; revision=15873
2005-09-19Add a preference to decode different types of AMR payload.Anders Broman1-23/+232
svn path=/trunk/; revision=15872
2005-09-19Throw an exception if our ACL length is flat-out wrong.Gerald Combs1-1/+4
svn path=/trunk/; revision=15871
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)Luis Ontanon2-76/+146
- preference to choose whether to add the AVP's payload length items - preference to add an alternate UDP port svn path=/trunk/; revision=15870
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs2-2/+16
Fixes bugs 448, 449, 451, 452, 454, 456, and 461. Add similar TVB checks to the BER dissector. svn path=/trunk/; revision=15869
2005-09-19Change README to reflect the fact that tools/pidl is now aJörg Mayer1-2/+34
svn:externals reference. svn path=/trunk/; revision=15868
2005-09-19Add idl_types.h from samba to fix warningJörg Mayer1-0/+114
svn path=/trunk/; revision=15865
2005-09-19Point to tools/pidl/README.etherealJörg Mayer1-0/+2
svn path=/trunk/; revision=15864
2005-09-19Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=15863
2005-09-19sometimes it seems that we have the text based h248/megaco running ontop ofRonnie Sahlberg1-0/+16
m3ua and not the binary one. make the binary dissector check if it is really the text based one to be used and if so call that dissector instead. svn path=/trunk/; revision=15862
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa7-265/+265
svn path=/trunk/; revision=15861
2005-09-18Change some of the asn1 functions to use packet-ber ones.Anders Broman1-56/+54
svn path=/trunk/; revision=15857
2005-09-18If the tag field is a bitfield, always show it as such, otherwise alwaysGuy Harris1-4/+22
show the value of 1 1111 as "Continued" in the bitfield and the actual tag value in the following bytes. Show the BER identifier data before an OID if we're showing internal BER fields. svn path=/trunk/; revision=15856
2005-09-18as discussed in the Users list: replace "Short Frame" by "Packet size ↵Ulf Lamping1-3/+3
limited during capture" message svn path=/trunk/; revision=15855
2005-09-17If unkown Tag's are found in a set add length.Anders Broman1-21/+19
svn path=/trunk/; revision=15853
2005-09-17Because there's more than just text in XML...Luis Ontanon1-107/+589
DTDs are imported to create fields svn path=/trunk/; revision=15851
2005-09-17using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used ↵Ulf Lamping1-0/+1
over TCP/TPKT (RFC1006). Add heur_dissector_add("cotp") so it will be dissected correctly, hopefully this won't introduce new problems with other "cotp" heuristics ... svn path=/trunk/; revision=15850
2005-09-17remove some strcpy()Ronnie Sahlberg1-8/+4
svn path=/trunk/; revision=15849
2005-09-17remove some strcpy()Ronnie Sahlberg1-35/+29
svn path=/trunk/; revision=15848
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris14-18/+380
- and rename smb.h to packet-smb.h, as it's packet-smb.c's header file. svn path=/trunk/; revision=15845
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris126-197/+197
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-09-16add an expert info based on QualityCode and a COL_INFO outputUlf Lamping1-1/+33
svn path=/trunk/; revision=15843
2005-09-16slightly shrink COL_INFO outputUlf Lamping1-2/+2
svn path=/trunk/; revision=15842
2005-09-16split call id's with a #, if more than one DCE/RPC call is in a data PDUUlf Lamping1-1/+7
svn path=/trunk/; revision=15841
2005-09-16Aargh - undo r15838 as I missed jmayer's commit of r15835.Tim Potter1-0/+2
svn path=/trunk/; revision=15839
2005-09-16Comment out pidl dissectors for the moment to get the win32 buildTim Potter1-2/+0
going again. I have most of a patch to get it working but I don't think it will be finished tonight. svn path=/trunk/; revision=15838
2005-09-16If we've enabled the display of BER encapsulation tokens, only put themGuy Harris1-16/+15
into the protocol tree once. Fix the offsets and lengths used to put the variable binding values into the protocol tree. svn path=/trunk/; revision=15837
2005-09-16Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.Jörg Mayer7-6/+5676
This makes Ethereal build again - there's no real reason that ethereal fails to build for such a long time on so many platforms. svn path=/trunk/; revision=15835
2005-09-16Note problems with some values that appear in, for example, some SNMPGuy Harris1-0/+11
captures. svn path=/trunk/; revision=15833
2005-09-16Fix a type.Guy Harris1-1/+1
svn path=/trunk/; revision=15832
2005-09-16Add conformance file used for building winreg dissector.Tim Potter1-0/+1
svn path=/trunk/; revision=15831
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris2-4/+4
might require other files to be included to get it. svn path=/trunk/; revision=15828
2005-09-15Add more information regarding call legs.Luis Ontanon2-132/+199
Make the release cause value filterable. svn path=/trunk/; revision=15826
2005-09-15Fix fragment length checks. Fixes bugs 440 and 442-446.Gerald Combs1-2/+2
svn path=/trunk/; revision=15824
2005-09-15remove some redundant strcpy()Ronnie Sahlberg1-6/+6
svn path=/trunk/; revision=15823
2005-09-15remove some redundant strcpy()Ronnie Sahlberg1-7/+7
svn path=/trunk/; revision=15822
2005-09-15remove a whole bunch of strcpy() fix minor bug where whe checked the ↵Ronnie Sahlberg1-19/+21
wrong string before we display it svn path=/trunk/; revision=15821
2005-09-15update for ospf from Senthil Kumar NagappanRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=15820
2005-09-15delete the old dissectorRonnie Sahlberg5-292/+0
svn path=/trunk/; revision=15819
2005-09-15delete the old dissector and point the makefile to the new dissectorRonnie Sahlberg3-1690/+2
svn path=/trunk/; revision=15818
2005-09-15new pidl generated atsvc dissector and its conformance fileRonnie Sahlberg4-0/+1664
svn path=/trunk/; revision=15817