summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
2011-05-31From Michael Mann:Anders Broman1-5/+108
2011-05-30Renamed reassembled snmp bytes buffer to "Reassembled SMTP".Stig Bjørlykke1-1/+1
2011-05-30From Michael Mann:Anders Broman1-160/+187
2011-05-29[Automatic manuf, services and enterprise-numbers update for 2011-05-29]Gerald Combs1-13/+185
2011-05-29Add some comments about RSN IEAlexis La Goutte1-10/+13
2011-05-29Don't return offset when it is the end of Extended Capability IE (Only use br...Alexis La Goutte1-10/+10
2011-05-29Fix a wrong length when there is unknown Atheros IE DataAlexis La Goutte1-1/+1
2011-05-29From Martin Kaiser:Anders Broman1-15/+32
2011-05-29From Martin Kaiser:Anders Broman1-1/+1
2011-05-29From Martin Kaiser:Anders Broman1-3/+18
2011-05-29From Martin Kaiser:Anders Broman1-4/+116
2011-05-29- Added new SignatureIdentity values.Anders Broman4-48/+20
2011-05-29From Pascal Quantin:Anders Broman1-358/+977
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...Sake Blok4-2/+7
2011-05-27From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5959Chris Maynard1-5/+2
2011-05-27Use a non-volatile temporary variable as a parameter to DISSECTOR_ASSERT().Chris Maynard1-2/+8
2011-05-27Put proto_reg_handoff_...() at the end of the file as per the usual Wireshark...Bill Meier1-10/+10
2011-05-27When parsing OPTION_REMOTE_ID, don't modify optlen or we'll return the wrongChris Maynard1-4/+3
2011-05-27Fix a gcc 4.6 error: "variable might be clobbered by 'longjmp' or 'vfork' [-W...Bill Meier1-1/+1
2011-05-27One more still dirty.Stig Bjørlykke1-1/+1
2011-05-27Moved nbap and pcap back as dirty dissectors.Stig Bjørlykke1-2/+2
2011-05-27Corrected "old-style function definition".Stig Bjørlykke1-1/+1
2011-05-27Try building some ASN.1 dissectors as clean.Stig Bjørlykke1-8/+8
2011-05-27Corrected "old-style function definition".Stig Bjørlykke1-4/+7
2011-05-27From Colin O'Flynn:Jaap Keuter1-0/+5
2011-05-27Add tvbuff-int.h to the list of include files.Jeff Morriss1-1/+2
2011-05-27Make TVBs opaque for most users.Jeff Morriss12-103/+146
2011-05-27SVN #37419 fixed an OSX compile issue and reverted SVN #37408.Bill Meier1-2/+3
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss13-148/+158
2011-05-27Try a stab-in-the-dark to see if we can fix the OSX compile issue.Bill Meier1-2/+2
2011-05-26Escape the '.' in radius dictionary ATTRIBUTE names. This may fix the OSX-10...Jeff Morriss1-4/+4
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsJeff Morriss2-4/+4
2011-05-26From Michael Mann.Anders Broman13-155/+972
2011-05-26Allow the character '.' in radius dictionary ATTRIBUTE names;Bill Meier1-1/+6
2011-05-26From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5749 :Jeff Morriss2-328/+1218
2011-05-26From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss3-0/+4250
2011-05-25Extended the SSL key log import routine to be able to read the following format:Sake Blok2-38/+111
2011-05-25Add some expert infos for unusual messages:Jeff Morriss2-155/+212
2011-05-25Use PI_UNDECODED instead.Anders Broman1-1/+1
2011-05-25Add a convinience function to add expert warnings for not dissected items.Anders Broman3-0/+25
2011-05-25From tschardt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5949Alexis La Goutte1-0/+2
2011-05-25From Florian Fainelli:Anders Broman2-0/+5
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier7-29/+16
2011-05-23From Romain Fliedel via bug 5947: Fix the mask for extracting FMID.Chris Maynard1-1/+1
2011-05-23Use the 'proto_tree *' (not the 'proto_item *') for a proto_tree_add_item(): ...Bill Meier1-2/+2
2011-05-23Pass tap info into sequence analysis function.Martin Mathieson1-3/+4
2011-05-23Detect when padding non-final padding comes after other control subheaders.Martin Mathieson1-0/+17
2011-05-23Fix compilation.Michael Tüxen1-0/+2
2011-05-23Remove an unneeded redundant line of code: Fixes Coverity 1001.Bill Meier1-1096/+1098