aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2007-07-20QSIG fully implementedTomas Kukosa6-878/+14176
svn path=/trunk/; revision=22361
2007-07-20- <?avp-proto and <?type-proto to instruct about which dissector to use for ↵Luis Ontanon3-43/+179
a given type or avp - dissect timestamps - add all the avps that were commented out in the dictionary svn path=/trunk/; revision=22360
2007-07-19Put register_dissector() call back inJeff Morriss1-0/+2
svn path=/trunk/; revision=22359
2007-07-19For LEGO: Use crypt_tvb when we don't have cleartext_tvbJeff Morriss1-1/+1
svn path=/trunk/; revision=22358
2007-07-19Change "lenght" to "length", this time in the *source* of the SNMP dissector ↵Jeff Morriss1-22/+22
(sigh) svn path=/trunk/; revision=22357
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss8-1299/+1299
svn path=/trunk/; revision=22356
2007-07-19get rid of few warningsTomas Kukosa2-100/+21
svn path=/trunk/; revision=22355
2007-07-19change QSIG tables structure so as they can be generated automatically from ↵Tomas Kukosa2-397/+439
ASN.1 in the next step svn path=/trunk/; revision=22354
2007-07-18Fix two Windows compile warningsBill Meier2-2/+2
svn path=/trunk/; revision=22353
2007-07-18remove packet-q932-ros.hTomas Kukosa1-1/+0
svn path=/trunk/; revision=22352
2007-07-18Initialise description field to avoid crash when dumping dictionary.Martin Mathieson1-0/+1
svn path=/trunk/; revision=22351
2007-07-18Minor changes to expert itemsMartin Mathieson1-4/+7
svn path=/trunk/; revision=22350
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa7-147/+169
svn path=/trunk/; revision=22349
2007-07-18 add licenseLuis Ontanon1-2/+18
svn path=/trunk/; revision=22348
2007-07-18Make debugging static.Michael Tüxen1-1/+1
svn path=/trunk/; revision=22347
2007-07-18fxi a ytpoLuis Ontanon1-1/+1
svn path=/trunk/; revision=22346
2007-07-17Add Address decoding, two debug environment variables ↵Luis Ontanon3-59/+275
(WIRESHARK_DEBUG_DIAM_DICT_PARSER and WIRESHARK_DUMP_DIAM_DICT) and fix some issues pointed out by Martin svn path=/trunk/; revision=22345
2007-07-17(Following my "tradition") I forgot to ci the changes to the Makefiles for ↵Luis Ontanon1-0/+4
crc6 and crc10 svn path=/trunk/; revision=22344
2007-07-17fix a leakLuis Ontanon1-6/+1
svn path=/trunk/; revision=22343
2007-07-17increase line numbers on comments tooLuis Ontanon1-2/+2
svn path=/trunk/; revision=22342
2007-07-17get crc10 and crc6 out of packet-iuup.c Luis Ontanon5-92/+239
- experimental code for a way-too-heurstic look for iuup dissector svn path=/trunk/; revision=22341
2007-07-17Have the encapsulation selection match on the port name as well as stk filename.Luis Ontanon1-2/+3
svn path=/trunk/; revision=22340
2007-07-17From Jess Balint:Stephen Fisher1-4/+38
a patch to fix the state management for the MySQL protocol dissector. svn path=/trunk/; revision=22339
2007-07-17If we can't find dictionary.xml, fail instead of trying to read fromGerald Combs2-83/+91
stdin (which makes distcheck unhappy). Fixup whitespace. svn path=/trunk/; revision=22338
2007-07-17"key" is a guint8 *; make the pointer into the string to which it refersGuy Harris1-1/+1
a guint8 * as well - that keeps us from sign-extending the characters before passing them to the ctype.h macros. svn path=/trunk/; revision=22337
2007-07-17Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1. ↵Jeff Morriss1-31/+31
Replaced with generic isupper() and tolower(). svn path=/trunk/; revision=22336
2007-07-17Show malformed SDP line as an expert itemMartin Mathieson1-1/+4
svn path=/trunk/; revision=22334
2007-07-17Avoid an infinite loop (on malformed packet)Martin Mathieson1-0/+5
svn path=/trunk/; revision=22333
2007-07-17Fix for bug 1616:Jaap Keuter1-0/+3
ICMPv6 & UDP w/IPv6 checksum with a routing header fixed using the routing header address now. svn path=/trunk/; revision=22331
2007-07-17From Kevin A. Noll via private bug #1683:Stephen Fisher1-156/+3448
This is a major re-write of the WLCCP version 0xc1 dissector. It now is able to dissect many more WLCCP message types and the TLVs that may be included in a message. Placeholders are left for message types and TLV types that we do not currently have enough data to engineer a dissector. svn path=/trunk/; revision=22330
2007-07-16Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: ↵Jeff Morriss1-1/+5
cast from pointer to integer of different size) and, presumably, display of PER encoded IPv4 addresses by copying the IP address into a guint32 and passing that to proto_tree_add_ipv4(). svn path=/trunk/; revision=22328
2007-07-16Fix distcheckLuis Ontanon1-0/+1
svn path=/trunk/; revision=22324
2007-07-16Glibize diam_dict.l (should fix windows config)Luis Ontanon1-23/+24
svn path=/trunk/; revision=22323
2007-07-16make TCP and SSL/TLS ports configurable for HTTPTomas Kukosa2-34/+50
svn path=/trunk/; revision=22322
2007-07-16for MSVC (vendor_flag ? 12 : 8) is signed ...Luis Ontanon1-1/+1
well for gcc is either signed or unsigned (they are two literals!) svn path=/trunk/; revision=22321
2007-07-16Windows too needs diam_dict.c Luis Ontanon1-0/+3
svn path=/trunk/; revision=22320
2007-07-16update Makefiles to build diam_dict.[co]Luis Ontanon2-0/+5
svn path=/trunk/; revision=22319
2007-07-16Rewrite of the diameter dissector to use the dictionary for creating hfids, ↵Luis Ontanon3-2225/+1513
drop libxml dependency. The work is still incomplete (anything but strings and numbers appears as bytes) but I want others to start testing it. TODO: builders and decoders for: - (ntp) timestamps - addresses - diameteruris - diameteridentities - ipfilterrules - qosfilterrules - mipregistrationrequests svn path=/trunk/; revision=22318
2007-07-14Add packet-imf.h Graeme Lunt1-0/+1
svn path=/trunk/; revision=22315
2007-07-14Further problem highlighted by OSX.Graeme Lunt1-1/+1
svn path=/trunk/; revision=22314
2007-07-14Fix for warnings on OSX.Graeme Lunt1-2/+2
svn path=/trunk/; revision=22313
2007-07-14New dissector for Transport-Neutral Encapsulation Format - TNEF.Graeme Lunt2-0/+822
TNEF is a Microsoft defined format for carrying additional information about a message (e.g. rich text formatting) and generally appears as a "winmail.dat" attachment. Details are here: http://msdn2.microsoft.com/en-us/library/ms530652.aspx This is a basic dissector which handles the TNEF attributes and the MAPI properties (found in MAPIPROPS TNEF attribute). It is not complete and requires further work to complete the dissection. However it will dissect TNEF generated from Outlook (including messages with attachments). It is registered under the appropriate BER OID (1.2.840.113556.3.10.1) for X.400 attachments and media type ("application/ms-tnef") for MIME messages. For MIME messages, any content-transfer-encoding (usually base64) needs to be removed before calling this dissector. There is a preference in the MIME multipart dissector to do this. svn path=/trunk/; revision=22312
2007-07-14Optional removal of any base64 content-transfer-encoding from a MIMEGraeme Lunt1-45/+148
body before passing it to a sub-dissector. The decoded content is added as a new source, named with the filename or the content-type. svn path=/trunk/; revision=22311
2007-07-14Expose a function (imf_find_field_end()) and Graeme Lunt2-69/+128
make the field format dissection case-insensitive. svn path=/trunk/; revision=22310
2007-07-14Allow the base64 decoding to cope with lines broken with \r\n.Graeme Lunt1-13/+20
svn path=/trunk/; revision=22309
2007-07-14Dissection of octet-aligned EXTERNALs.Graeme Lunt1-10/+30
svn path=/trunk/; revision=22308
2007-07-14From Stig Bjorlykke. Graeme Lunt1-1/+1
ExtendedBodyPart parameters are OPTIONAL. svn path=/trunk/; revision=22307
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris3-11/+11
we were passing an uncasted "char" to those macros. svn path=/trunk/; revision=22306
2007-07-13Fix bugAnders Broman1-26/+47
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1640 change "Change-Filter-Request (43)" to "CoA-Request (43)" svn path=/trunk/; revision=22301
2007-07-13From Florent DROUIN:Anders Broman1-17/+14
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1652 patch to correct the decoding of Calling Party Number, and Called Party Number, when an implicit tag is used. svn path=/trunk/; revision=22299