aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss11-3269/+3269
2011-08-16Allow the dissection of BER/DER carried over a TCP transport usingGraeme Lunt1-1/+3
2011-08-16At least for the Provider Service Table items, they're part of 802.11,Guy Harris1-18/+18
2011-08-16An option to autoscroll the expanded item in the details view to a fixed Graeme Lunt2-0/+24
2011-08-16Don't prefix description with imf.Stig Bjørlykke1-2/+2
2011-08-15From Jeremy Quirke:Anders Broman1-1/+1
2011-08-14Check arguments to prefs_find_preference().Stig Bjørlykke1-0/+4
2011-08-14[Automatic manuf, services and enterprise-numbers update for 2011-08-14]Gerald Combs1-5/+161
2011-08-13Do more checking of the TLV length. Yes, the length can be zero orGuy Harris1-1/+1
2011-08-13From Edwin Groothuis via bug 6179:Stig Bjørlykke3-0/+11
2011-08-13From Edwin Groothuis via bug 6179:Stig Bjørlykke3-0/+17
2011-08-11From Anish Bhatt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6113 :Jeff Morriss1-87/+89
2011-08-11Leading white space in the field descriptive name is not allowed.Guy Harris1-2/+2
2011-08-11From Dirk Jagdmann: Protect the RTS info column.Gerald Combs1-2/+3
2011-08-11Check if the embedded text is xml, if it is call the xml dissector.Anders Broman1-0/+19
2011-08-11Clarify that Tvb_reported_length_remaining may return -1Jeff Morriss1-1/+1
2011-08-11from Joe McEachern:Anders Broman1-0/+12
2011-08-11Regenerate a new updated FRSRPC dissector.Ronnie Sahlberg2-294/+4003
2011-08-11Generate the MISC definitions for dcerpc and include the header file in the b...Ronnie Sahlberg3-0/+49
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+80
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg2-0/+479
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg2-0/+31
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg2-0/+92
2011-08-11Replace use of deprecated g_strdown() by g_ascii_strdown();Bill Meier1-34/+33
2011-08-11Define plugins_dump_all() even when we do not HAVE_PLUGINS.Jeff Morriss1-2/+3
2011-08-11From Alexander Stein via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+17
2011-08-10Add a Tvb_reported_len Lua API; this may help satisfy bug 6175.Jeff Morriss1-0/+15
2011-08-10strlen returns a size_tJeff Morriss1-1/+1
2011-08-10From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-146/+246
2011-08-10From Johannes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5440 :Jeff Morriss1-2/+35
2011-08-09Add a cast.Anders Broman1-2/+2
2011-08-09From Allison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6157Alexis La Goutte3-0/+823
2011-08-09From Allison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6156Alexis La Goutte3-1/+471
2011-08-09Fix the fuzz failure reported inJeff Morriss1-5/+5
2011-08-09From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6220Alexis La Goutte1-6/+2
2011-08-09Support for Extension Addition Group in PER encodingTomas Kukosa4-28/+291
2011-08-08From Andrew Feren via bug 6219: Offset calculated incorrectly for sFlow exten...Chris Maynard1-3/+3
2011-08-08Fix Coverity CID 1242: Pointer "ti" returned by proto_tree_add_uint64() is ne...Chris Maynard1-1/+1
2011-08-08No need to check that usb_trans_info is not NULL here. The only way it could...Chris Maynard1-1/+1
2011-08-08Fix Coverity CID 1062: Pointer "ti" returned by proto_tree_add_item() is neve...Chris Maynard1-2/+2
2011-08-08Load console.lua and dtd-gen.lua from an explicit path.Gerald Combs1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier38-147/+82
2011-08-08Make sure our root tvb is initialized in case its creation fails.Gerald Combs1-0/+1
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier16-29/+20
2011-08-07Fix bug 5848, "https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848", whi...Chris Maynard1-53/+57
2011-08-07Untabify.Stig Bjørlykke1-2/+2
2011-08-07g_ascii_strdown Returns a newly-allocated string.Anders Broman1-2/+3
2011-08-07svn path=/trunk/; revision=38396Anders Broman1-15/+18
2011-08-07Revert previous commit.Anders Broman1-8/+8
2011-08-07 Replace deprecated glib functions.Anders Broman1-8/+8