aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2006-05-15dissect_diameter_tcp should be static voidAnders Broman1-5/+2
svn path=/trunk/; revision=18166
2006-05-15PER Enumerated is working now.Anders Broman2-10/+3
svn path=/trunk/; revision=18165
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isGuy Harris1-40/+38
zero-length - oid_to_subid_buf() can be called when we're not in the middle of a dissection, and throwing a "dissector bug" assertion in that case is itself a bug. svn path=/trunk/; revision=18164
2006-05-15regenerated with new asn2ethTomas Kukosa4-467/+467
svn path=/trunk/; revision=18158
2006-05-15updated to H.235.0:09/2005 and H.235.8:09/2005 Tomas Kukosa2-17/+581
svn path=/trunk/; revision=18157
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa4-70/+87
svn path=/trunk/; revision=18156
2006-05-15From Jelmer Vernooij:Anders Broman1-1/+15
Add proper dissection for the Ack message in OSCAR's Messaging SNAC family. svn path=/trunk/; revision=18153
2006-05-15Make "oct" in "dis_field_ud()" a guint8, as we never stuff anythingGuy Harris1-2/+2
bigger than an 8-bit value in it, and guint is too big as we pass something based on it to a routine expecting a guint16. svn path=/trunk/; revision=18152
2006-05-14add bluetooth acl dissectionRonnie Sahlberg3-1/+298
the fragment reassembly from the old patch is commented out since it has to be redone completely using emem and se_trees the proper way. but to do this i would need example captures of fragmented bluetooth traffic first. svn path=/trunk/; revision=18149
2006-05-14Remove stupid code.Anders Broman1-15/+2
svn path=/trunk/; revision=18148
2006-05-14delete the wrong evt dissectorRonnie Sahlberg1-1692/+0
svn path=/trunk/; revision=18147
2006-05-14checkin the correct hci evt dissectorRonnie Sahlberg1-0/+2195
svn path=/trunk/; revision=18146
2006-05-14bluetooth hci event dissectorRonnie Sahlberg4-16/+1709
svn path=/trunk/; revision=18145
2006-05-13snmp: Hopfully fix bug Bug 925.Anders Broman2-39/+74
Add packet-ulp.c missing from last commit. svn path=/trunk/; revision=18144
2006-05-13Make dissect_per_constrained_integer handle unaligned PER.Anders Broman1-21/+33
Add ULP TCP port preference decode IPv4/IPv6 fields. svn path=/trunk/; revision=18143
2006-05-11Fix Bug 938 ISUP IAM message marked as Malformed packet - Location number ↵Anders Broman1-1/+2
without address digits wrongly decoded. svn path=/trunk/; revision=18138
2006-05-11Removal of useless "Field Information" introduced in r18125Graeme Lunt3-35/+0
svn path=/trunk/; revision=18133
2006-05-10Implement DVMRP_V3_NEIGHBORS_2 presentation.Jaap Keuter1-4/+113
svn path=/trunk/; revision=18128
2006-05-10Fix for bug 924. Adding preference whether to check the DVMRP V3 Major/Minor ↵Jaap Keuter1-7/+15
version. svn path=/trunk/; revision=18127
2006-05-10Wrong exported symbolGraeme Lunt1-1/+1
svn path=/trunk/; revision=18126
2006-05-10"Field Information" context menu item that will bring up a web page ↵Graeme Lunt5-2/+37
reference to a field type of FT_OID svn path=/trunk/; revision=18125
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman3-0/+5060
svn path=/trunk/; revision=18124
2006-05-10from Christoph Scholz's bluetooth patchRonnie Sahlberg2-0/+1934
add dissection of HCI Command protocol to ethereal svn path=/trunk/; revision=18122
2006-05-10add Bluetooth to the long protocol nameRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18120
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman10-18/+34
svn path=/trunk/; revision=18119
2006-05-09- Some minor asn1 correctionsAnders Broman1-10/+27
- Dissect Enumerated correctly - Add message to info col. svn path=/trunk/; revision=18117
2006-05-09The AMID type and tag are two bytes, not four. The PSID should be shownGerald Combs1-5/+5
in decimal, not hex. svn path=/trunk/; revision=18116
2006-05-09Propset...Jörg Mayer2-2/+2
svn path=/trunk/; revision=18115
2006-05-09Make top_tree static. This allows ethereal to be built on Mac OS X.Michael Tüxen2-2/+2
svn path=/trunk/; revision=18113
2006-05-09Add the first layer of the bluetooth stack dissecting the hci h4 single byteRonnie Sahlberg3-0/+182
refactyored from the affix patch by Christoph Scholz svn path=/trunk/; revision=18112
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace ↵Graeme Lunt1-0/+20
format but still useful for dissecting arbitrary BER/DER ASN.1. svn path=/trunk/; revision=18110
2006-05-08LDAP attribute type dissector framework including support for "netlogon" ↵Graeme Lunt3-390/+402
attribute and PKI attributes svn path=/trunk/; revision=18109
2006-05-08Better split between dissectors and fixes for s4406 SEQ OF defined extensionsGraeme Lunt3-27/+224
svn path=/trunk/; revision=18108
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt2-2/+2
svn path=/trunk/; revision=18107
2006-05-08Fix bug 926 OID wrongly decoded.Anders Broman1-16/+29
svn path=/trunk/; revision=18106
2006-05-08use request/response tracking structure from NDMP and hang a scsi itlq nexus ↵Ronnie Sahlberg1-32/+35
off it so that cdb/datain/dataout/response tracking for scsi forks also for the ndmp transport. svn path=/trunk/; revision=18105
2006-05-08add tracking of request/response and responsetime to ndmpRonnie Sahlberg1-0/+69
we need this in order to be able to provide proper itlq structures to the scsi dissector so that response data from scsi is dissected properly. svn path=/trunk/; revision=18104
2006-05-07From Bill Meier:Anders Broman1-50/+58
Fix bug 833 (remove 'dead' code flagged by Coverity); Update defines based upon current version of FreeTDS tds.h; Reformat defines for readability; svn path=/trunk/; revision=18103
2006-05-07Fix an ASN1 error and use the IAANA registered ports.Anders Broman1-42/+52
svn path=/trunk/; revision=18102
2006-05-06from Chris AudleyRonnie Sahlberg1-9/+34
fix for bug 909 svn path=/trunk/; revision=18100
2006-05-05update the itl structure so that it sets the cmdset field to the current ↵Ronnie Sahlberg2-16/+33
command set even for the case where we have not detected it by seeing the inquiry response. Make teh msb of the cmdset variable indicate whether we detected the commandset from the trace or whether we used the default value from preferences. indicate in the dissection of the packet whether the command set is "known" or whether we are using the default one. make scsi srt stats work even for when we are using the "default" dommandset. Previously scsi srt would ignore all pdus for itl sessions where the "default" command set was used. svn path=/trunk/; revision=18098
2006-05-05add two missing DCOM Dispatch error codesUlf Lamping1-0/+2
svn path=/trunk/; revision=18097
2006-05-05fix dissection of IDispatch Invoke dissection, if rgdispidNamedArgs array ↵Ulf Lamping1-8/+2
isn't NULL svn path=/trunk/; revision=18096
2006-05-05fix VARIANT BOOL meaningUlf Lamping1-2/+2
svn path=/trunk/; revision=18095
2006-05-04fix spelling: PROFInet -> PROFINETUlf Lamping2-2/+2
svn path=/trunk/; revision=18094
2006-05-04From LEGO fix "Dissector bug, Protocol H248"Anders Broman2-4/+4
svn path=/trunk/; revision=18093
2006-05-04From Menno AndriesseJaap Keuter1-1/+5
By popular request (sort of...) here is a patch for the S5066 dissector to enable TCP port preference. svn path=/trunk/; revision=18092
2006-05-04From: Thomas BoehneJaap Keuter1-0/+1
But since most PLCs now offer to run the protocol directly on TCP, I attached a little patch. svn path=/trunk/; revision=18090
2006-05-04force the AssertionValue type to be displayed as a STRING instead of as hex ↵Ronnie Sahlberg1-17/+17
BYTES. Most of the time AssertionValue will contain an ascii string so make it always display as a string to make the display "correct" most of the time insterad of being "wrong" most of the time. There are situations when AssertionValue contains binary data though and in those cases the display will be "wrong" (but not more wrong than the old dissector anyway) What someone really should do (someone interested in ldap that is) to make it more correct would be to implement a dissector for AssertionValue in the template file and having the dissector check if any of the bytes of the octet string has a value <32 and if so display it in hex as 0x..... It all bytes have values >=32 then it shoudlk display it as a string "... instead. Someone interested in ldap may spend time on this refinement. svn path=/trunk/; revision=18089
2006-05-04from Guenther DeschnerRonnie Sahlberg1-0/+2
Two more Kerberos error codes where it has been witnessed that the payload contains a PA-DATA structure with the magic salt containing an nt status code svn path=/trunk/; revision=18088