aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-15GLib 1.2[.x] doesn't have g_sprintf(), it just has g_snprintf(); useGuy Harris2-2/+6
2006-05-15Change return value checking to the true meaning of the spec:Jaap Keuter1-2/+2
2006-05-15Fix bug 951 UMA: message URR_RELEASE not decoded corretly Anders Broman1-25/+10
2006-05-15dissect_diameter_tcp should be static voidAnders Broman1-5/+2
2006-05-15PER Enumerated is working now.Anders Broman3-21/+3
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isGuy Harris2-76/+72
2006-05-15update with FT_GUID, FT_OID, BASE_DEC_HEX, BASE_HEX_DECTomas Kukosa1-4/+56
2006-05-15regenerated with new asn2ethTomas Kukosa14-503/+481
2006-05-15updated to H.235.0:09/2005 and H.235.8:09/2005 Tomas Kukosa8-90/+774
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa11-81/+113
2006-05-15- support for dissect_per_enumerated()Tomas Kukosa1-178/+135
2006-05-15Fix some compiler warnings.Guy Harris3-5/+79
2006-05-15From Jelmer Vernooij:Anders Broman1-1/+15
2006-05-15Make "oct" in "dis_field_ud()" a guint8, as we never stuff anythingGuy Harris1-2/+2
2006-05-15Clean up indentation.Guy Harris1-28/+28
2006-05-14Use $(PLUGIN_NAME) wherever possible, so that we have a Makefile.nmakeGuy Harris1-5/+5
2006-05-14add bluetooth acl dissectionRonnie Sahlberg3-1/+298
2006-05-14Remove stupid code.Anders Broman2-27/+2
2006-05-14delete the wrong evt dissectorRonnie Sahlberg1-1692/+0
2006-05-14checkin the correct hci evt dissectorRonnie Sahlberg1-0/+2195
2006-05-14bluetooth hci event dissectorRonnie Sahlberg4-16/+1709
2006-05-13snmp: Hopfully fix bug Bug 925.Anders Broman4-44/+89
2006-05-13Make dissect_per_constrained_integer handle unaligned PER.Anders Broman4-36/+68
2006-05-11Fix Bug 938 ISUP IAM message marked as Malformed packet - Location number wit...Anders Broman1-1/+2
2006-05-11Removal of useless "Field Information" introduced in r18125Graeme Lunt6-77/+0
2006-05-11From Martin Mathieson:Anders Broman2-0/+4
2006-05-11From Greg Morris:Anders Broman5-11/+80
2006-05-10Implement DVMRP_V3_NEIGHBORS_2 presentation.Jaap Keuter1-4/+113
2006-05-10Fix for bug 924. Adding preference whether to check the DVMRP V3 Major/Minor ...Jaap Keuter1-7/+15
2006-05-10Wrong exported symbolGraeme Lunt1-1/+1
2006-05-10"Field Information" context menu item that will bring up a web page reference...Graeme Lunt9-3/+78
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman10-2/+6334
2006-05-10Propset...Jörg Mayer0-0/+0
2006-05-10from Christoph Scholz's bluetooth patchRonnie Sahlberg2-0/+1934
2006-05-10Properly use PRIu64, and (properly) use PRId64 rather than PRIo64 toGuy Harris1-2/+2
2006-05-10add Bluetooth to the long protocol nameRonnie Sahlberg1-2/+2
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman16-20/+42
2006-05-09pass the correct hf filter name for the opcode field when we create the srt t...Ronnie Sahlberg1-1/+5
2006-05-09- Some minor asn1 correctionsAnders Broman4-29/+99
2006-05-09The AMID type and tag are two bytes, not four. The PSID should be shownGerald Combs1-5/+5
2006-05-09Propset...Jörg Mayer2-2/+2
2006-05-09From Irene: Fix wrong display of SACKs.Michael Tüxen1-12/+25
2006-05-09Make top_tree static. This allows ethereal to be built on Mac OS X.Michael Tüxen2-2/+2
2006-05-09Add the first layer of the bluetooth stack dissecting the hci h4 single byteRonnie Sahlberg4-0/+186
2006-05-09- support for multiple ASN.1 modules in one input fileTomas Kukosa1-144/+198
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt7-4/+251
2006-05-08LDAP attribute type dissector framework including support for "netlogon" attr...Graeme Lunt7-734/+761
2006-05-08Better split between dissectors and fixes for s4406 SEQ OF defined extensionsGraeme Lunt8-36/+271
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt4-4/+4
2006-05-08Fix bug 926 OID wrongly decoded.Anders Broman2-29/+55