aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-07-20QSIG fully implementedTomas Kukosa6-878/+14176
2007-07-20- <?avp-proto and <?type-proto to instruct about which dissector to use for a...Luis Ontanon3-43/+179
2007-07-19Put register_dissector() call back inJeff Morriss1-0/+2
2007-07-19For LEGO: Use crypt_tvb when we don't have cleartext_tvbJeff Morriss1-1/+1
2007-07-19Change "lenght" to "length", this time in the *source* of the SNMP dissector ...Jeff Morriss1-22/+22
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss8-1299/+1299
2007-07-19get rid of few warningsTomas Kukosa2-100/+21
2007-07-19change QSIG tables structure so as they can be generated automatically from A...Tomas Kukosa2-397/+439
2007-07-18Fix two Windows compile warningsBill Meier2-2/+2
2007-07-18remove packet-q932-ros.hTomas Kukosa1-1/+0
2007-07-18Initialise description field to avoid crash when dumping dictionary.Martin Mathieson1-0/+1
2007-07-18Minor changes to expert itemsMartin Mathieson1-4/+7
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa7-147/+169
2007-07-18 add licenseLuis Ontanon1-2/+18
2007-07-18Make debugging static.Michael Tüxen1-1/+1
2007-07-18fxi a ytpoLuis Ontanon1-1/+1
2007-07-17Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_D...Luis Ontanon3-59/+275
2007-07-17(Following my "tradition") I forgot to ci the changes to the Makefiles for cr...Luis Ontanon1-0/+4
2007-07-17fix a leakLuis Ontanon1-6/+1
2007-07-17increase line numbers on comments tooLuis Ontanon1-2/+2
2007-07-17get crc10 and crc6 out of packet-iuup.c Luis Ontanon5-92/+239
2007-07-17Have the encapsulation selection match on the port name as well as stk filename.Luis Ontanon1-2/+3
2007-07-17From Jess Balint:Stephen Fisher1-4/+38
2007-07-17If we can't find dictionary.xml, fail instead of trying to read fromGerald Combs2-83/+91
2007-07-17"key" is a guint8 *; make the pointer into the string to which it refersGuy Harris1-1/+1
2007-07-17Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1. ...Jeff Morriss1-31/+31
2007-07-17Show malformed SDP line as an expert itemMartin Mathieson1-1/+4
2007-07-17Avoid an infinite loop (on malformed packet)Martin Mathieson1-0/+5
2007-07-17Fix for bug 1616:Jaap Keuter1-0/+3
2007-07-17From Kevin A. Noll via private bug #1683:Stephen Fisher1-156/+3448
2007-07-16Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cas...Jeff Morriss1-1/+5
2007-07-16Fix distcheckLuis Ontanon1-0/+1
2007-07-16Glibize diam_dict.l (should fix windows config)Luis Ontanon1-23/+24
2007-07-16make TCP and SSL/TLS ports configurable for HTTPTomas Kukosa2-34/+50
2007-07-16for MSVC (vendor_flag ? 12 : 8) is signed ...Luis Ontanon1-1/+1
2007-07-16Windows too needs diam_dict.c Luis Ontanon1-0/+3
2007-07-16update Makefiles to build diam_dict.[co]Luis Ontanon2-0/+5
2007-07-16Rewrite of the diameter dissector to use the dictionary for creating hfids, d...Luis Ontanon3-2225/+1513
2007-07-14Add packet-imf.h Graeme Lunt1-0/+1
2007-07-14Further problem highlighted by OSX.Graeme Lunt1-1/+1
2007-07-14Fix for warnings on OSX.Graeme Lunt1-2/+2
2007-07-14New dissector for Transport-Neutral Encapsulation Format - TNEF.Graeme Lunt2-0/+822
2007-07-14Optional removal of any base64 content-transfer-encoding from a MIMEGraeme Lunt1-45/+148
2007-07-14Expose a function (imf_find_field_end()) and Graeme Lunt2-69/+128
2007-07-14Allow the base64 decoding to cope with lines broken with \r\n.Graeme Lunt1-13/+20
2007-07-14Dissection of octet-aligned EXTERNALs.Graeme Lunt1-10/+30
2007-07-14From Stig Bjorlykke. Graeme Lunt1-1/+1
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris3-11/+11
2007-07-13Fix bugAnders Broman1-26/+47
2007-07-13From Florent DROUIN:Anders Broman1-17/+14