aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-16Add eol-style, update to current samba treeJörg Mayer11-240/+484
svn path=/trunk/; revision=18171
2006-05-16add dissection of the bluetooth btl2cap layerRonnie Sahlberg3-0/+875
svn path=/trunk/; revision=18170
2006-05-15GLib 1.2[.x] doesn't have g_sprintf(), it just has g_snprintf(); useGuy Harris2-2/+6
that. It also doesn't hae <glib/gprintf.h>, so use that only for GLib 2.0 and later. svn path=/trunk/; revision=18169
2006-05-15Change return value checking to the true meaning of the spec:Jaap Keuter1-2/+2
"If the function succeeds, the return value is nonzero." This may or may not solve bug 915. svn path=/trunk/; revision=18168
2006-05-15Fix bug 951 UMA: message URR_RELEASE not decoded corretly Anders Broman1-25/+10
and 952 UMA: IE length-field of UMA-message can always be 2 bytes svn path=/trunk/; revision=18167
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 Broman3-21/+3
svn path=/trunk/; revision=18165
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isGuy Harris2-76/+72
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-15update with FT_GUID, FT_OID, BASE_DEC_HEX, BASE_HEX_DECTomas Kukosa1-4/+56
svn path=/trunk/; revision=18163
2006-05-15regenerated with new asn2ethTomas Kukosa14-503/+481
svn path=/trunk/; revision=18158
2006-05-15updated to H.235.0:09/2005 and H.235.8:09/2005 Tomas Kukosa8-90/+774
svn path=/trunk/; revision=18157
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa11-81/+113
svn path=/trunk/; revision=18156
2006-05-15- support for dissect_per_enumerated()Tomas Kukosa1-178/+135
- new option -u for unaligned PER, add per_aligment_type_callback() into PDU routines - remove discerning between old and new PER/BER API, the new API will be reached step-by-step, i.e. -X command line option removed - add support for intersection of constraints (only one level) - #.MODULE is generated into <prot>-exp.cnf file - fix bug when comment header was not generated into <prot>-exp.cnf file svn path=/trunk/; revision=18155
2006-05-15Fix some compiler warnings.Guy Harris3-5/+79
That requires that we define G_GINT64_MODIFIER ourselves if glib.h doesn't define it for us, as that's what should be used to print 64-bit integral values in any calls that use any of the GLib printf functions (directly or indirectly). svn path=/trunk/; revision=18154
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-15Clean up indentation.Guy Harris1-28/+28
Get rid of extra g_strdup_printf() arguments (the argument list is terminated by running out of formats in the format string, not by a terminating null pointer). svn path=/trunk/; revision=18151
2006-05-14Use $(PLUGIN_NAME) wherever possible, so that we have a Makefile.nmakeGuy Harris1-5/+5
that could be used with any plugin. (It'd be nice if there were some way to do that with Makefile.am, but automake doesn't seem to like macro names being used in the definitions of its magic macros.) svn path=/trunk/; revision=18150
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 Broman2-27/+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 Broman4-44/+89
Add packet-ulp.c missing from last commit. svn path=/trunk/; revision=18144
2006-05-13Make dissect_per_constrained_integer handle unaligned PER.Anders Broman4-36/+68
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 Lunt6-77/+0
svn path=/trunk/; revision=18133
2006-05-11From Martin Mathieson:Anders Broman2-0/+4
Add DCT2000 to the list of supported import file types in the Ethereal man page and the user guide svn path=/trunk/; revision=18130
2006-05-11From Greg Morris:Anders Broman5-11/+80
add copy functionality to the details window. Also includes a change in the copy function of the hex data window to allow copying just the text strings instead of all of the hex data. svn path=/trunk/; revision=18129
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 Lunt9-3/+78
reference to a field type of FT_OID svn path=/trunk/; revision=18125
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman10-2/+6334
svn path=/trunk/; revision=18124
2006-05-10Propset...Jörg Mayer0-0/+0
svn path=/trunk/; revision=18123
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-10Properly use PRIu64, and (properly) use PRId64 rather than PRIo64 toGuy Harris1-2/+2
print longlong's. svn path=/trunk/; revision=18121
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 Broman16-20/+42
svn path=/trunk/; revision=18119
2006-05-09pass the correct hf filter name for the opcode field when we create the srt ↵Ronnie Sahlberg1-1/+5
table so that the popup menues to generate filters work. svn path=/trunk/; revision=18118
2006-05-09- Some minor asn1 correctionsAnders Broman4-29/+99
- 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-09From Irene: Fix wrong display of SACKs.Michael Tüxen1-12/+25
svn path=/trunk/; revision=18114
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 Sahlberg4-0/+186
refactyored from the affix patch by Christoph Scholz svn path=/trunk/; revision=18112
2006-05-09- support for multiple ASN.1 modules in one input fileTomas Kukosa1-144/+198
- support for multiple input files - #.MODULE_IMPORT replaced with #.MODULE (#.MODULE_IMPORT is supported for backward compatibility) - #.MODULE is used for just compiled modules too - more debug outputs svn path=/trunk/; revision=18111
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace ↵Graeme Lunt7-4/+251
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 Lunt7-734/+761
attribute and PKI attributes svn path=/trunk/; revision=18109
2006-05-08Better split between dissectors and fixes for s4406 SEQ OF defined extensionsGraeme Lunt8-36/+271
svn path=/trunk/; revision=18108