aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2007-04-23"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn'tGuy Harris1-1/+1
2007-04-22Fix for bug 1541. Adjust offset for long longs by 8, not by 4.Jaap Keuter1-1/+1
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman2-29/+65
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.Anders Broman1-26/+39
2007-04-20Move some data frame back out of the control frame scope, so Wireshark Gerald Combs1-25/+119
2007-04-20Fix 64-bit integer handling and whitespace.Gerald Combs1-8/+9
2007-04-20More .11n-related updates and additions from Dustin Johnson and myself:Gerald Combs1-958/+1838
2007-04-20get rid of some unused parameters in process_ssl_payloadSebastien Tandel1-11/+6
2007-04-20Add EXTERNAL to the value string and add comments about UNIVERSAL tags.Anders Broman2-23/+39
2007-04-20Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.Jörg Mayer1-13/+57
2007-04-19From Hannes Gredler:Richard van der Hoff1-1/+1
2007-04-19register the right dissector for SIP over SSL/TLSTomas Kukosa1-2/+2
2007-04-18Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectlyAnders Broman1-20/+6
2007-04-18Make specifier string match argsMartin Mathieson1-4/+4
2007-04-18usage of new #.MAKE_DEFINES asn2wrs directive in RNSAPTomas Kukosa1-991/+1013
2007-04-18Don't use DISSECTOR_ASSERT to (essentially) verify packet data. InsteadJeff Morriss1-2/+12
2007-04-18Add a comment.Anders Broman1-1/+6
2007-04-18From Michael Lum:Anders Broman1-214/+1872
2007-04-18Add an IE.Anders Broman2-4/+5
2007-04-18Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()Jeff Morriss2-21/+23
2007-04-17register the right dissector for tcp Luis Ontanon1-3/+3
2007-04-17Detect ELSM as such - meaning of the elements is still unknown.Jörg Mayer1-1/+39
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": useJeff Morriss4-124/+124
2007-04-17More .11k/n updates from Dustin Johnson:Gerald Combs1-415/+1046
2007-04-16From Tuomas Maattanen:Gerald Combs1-13/+14
2007-04-16Use recent IANA port assignments.Michael Tüxen2-9/+6
2007-04-16Replace g_assert() with DISSECTOR_ASSERT()Jeff Morriss1-1/+1
2007-04-16From Victor Fajardo: update the PANA dissector to draft-15aJeff Morriss1-136/+99
2007-04-16Fix a couple warningsJeff Morriss2-10/+10
2007-04-16move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export themTomas Kukosa2-391/+420
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss5-11/+11
2007-04-15Revert commit 21430 and use #if 0/#endif insteadJörg Mayer1-0/+62
2007-04-14From Sake Blok:Stephen Fisher1-1/+11
2007-04-14"false" unused variables (they are not use in wiretap repo)Sebastien Tandel1-9/+9
2007-04-14move ipsec to DISSECTOR_SRCSebastien Tandel1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel31-179/+61
2007-04-14get rid of unused variables (tfs, value_string)Sebastien Tandel1-58/+0
2007-04-14typo fixSebastien Tandel1-1/+1
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer4-0/+167
2007-04-13Remove unused variable that is causing a warning Stephen Fisher1-1/+0
2007-04-13move to CLEAN_DISSECTOR_SRCSebastien Tandel1-1/+1
2007-04-13fix gcc warningSebastien Tandel1-1/+1
2007-04-13802.11k/n updates from Dustin Johnson:Gerald Combs1-342/+1101
2007-04-13ultimate declaration of a volatile variable to let gcc-3.4 happy.Sebastien Tandel1-1/+1
2007-04-13 Have the h248term handle evaluated as late as possible.Luis Ontanon1-3/+7
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel7-318/+325
2007-04-13miss some volatile qualifiers in scsi-osdSebastien Tandel1-2/+2
2007-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCSebastien Tandel3-7/+7
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel6-192/+192
2007-04-13fix gcc warning :Sebastien Tandel1-1/+1