aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-05-14Rebuild the X11 dissector with the latest versions of xcbproto and mesa.Jeff Morriss6-14/+174
2011-05-14From Tyson Key via bug 5922: Add another AT magic array.Chris Maynard1-4/+6
2011-05-14From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-1/+295
2011-05-14From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-44/+54
2011-05-14Remove the qpi_ from info level dissectors used for set info calls asGuy Harris1-16/+16
2011-05-14For Find File Unix and Unix Info2, spell it "Unix", to match Query FileGuy Harris1-219/+181
2011-05-14Make the tree items for strings look a little less ugly.Guy Harris1-1/+2
2011-05-13Fix a compiler warningBill Meier1-0/+1
2011-05-13Fix Bug 5920: "DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF _FDCTR_32N...Bill Meier1-3/+3
2011-05-13Fix Bug 5919: "IE 89 Forwarding Status - Incorrect Decoding"Bill Meier1-44/+104
2011-05-13Delete 2 assignments to 'i' as neither were used. Fixes Coverity CID 875.Chris Maynard1-5/+4
2011-05-13Delete assignment of item as it's not used. Fixes Coverity CID 869.Chris Maynard1-3/+2
2011-05-13Eliminate deadcode. Fixes Coverity CID 415.Chris Maynard1-2/+0
2011-05-13(Trivial) fix a spelling error.Bill Meier1-1/+1
2011-05-13Make it work when we have pluginsJeff Morriss1-3/+1
2011-05-13Don't try to export the plugin symbols if we're not building with plugins.Jeff Morriss1-0/+10
2011-05-13As suggested by Anders: back out 37112.Jeff Morriss1-40/+4
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke132-1880/+1883
2011-05-13We should get rid of g_mem_chunk_alloc() as it leaks memoryAnders Broman1-4/+40
2011-05-13From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss2-23/+37
2011-05-13Allocate wslua_plugin_list even if we do not HAVE_PLUGINSJeff Morriss1-3/+3
2011-05-12From Johannes Jochen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss5-10/+448
2011-05-12From Richard Brodie via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-2/+2
2011-05-12From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. IChris Maynard1-10/+5
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-0/+8
2011-05-12Use rcode instead of repeated uses of "flags & F_RCODE". One change submittedChris Maynard1-3/+3
2011-05-12Add snai, mpf and efi to bf_tree, not tree. Fixes Coverity CID 1045.Chris Maynard1-3/+3
2011-05-12Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.Chris Maynard1-1/+3
2011-05-12Add token to query_tree instead of to tree. Fixes Coverity CID 1057.Chris Maynard1-2/+2
2011-05-12Delete eth_addr; it was assigned a value but never used. Fixes Coverity 1070.Chris Maynard1-2/+0
2011-05-12Use nonce_2_item instead of incorrect nonce_1_item. Fixes Coverity CID 1071.Chris Maynard1-2/+2
2011-05-12Delete acm as it is assigned but never used. Fixes Coverity 1072.Chris Maynard1-2/+0
2011-05-12Add text to fac_subtree instead of fac_tree. Fixes Coverity CID 1129.Chris Maynard1-1/+1
2011-05-12Fix double free. Jakub Zawadzki1-1/+1
2011-05-12Remove check_col, use ENC_BIG_ENDIAN.Anders Broman1-233/+233
2011-05-12Include config.h (for WS_MSVC_NORETURN) and g_gnuc.h (for G_GNUC_NORETURN)Jeff Morriss2-3/+5
2011-05-12Indicate Signed Receipt in info column.Stig Bjørlykke2-22/+28
2011-05-12Prefix "fragments" with IPv6, as is done with IPv4.Stig Bjørlykke1-1/+1
2011-05-12Use IPv4 as protocol name, to align with IPv6.Stig Bjørlykke1-15/+15
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss7-48/+62
2011-05-11When performing heuristics, use tvb_length() instead of tvb_reported_length().Chris Maynard1-1/+1
2011-05-11Remove some unused variable assignments. Fixes Coverity CID 1202.Gerald Combs1-3/+3
2011-05-11#include <string.h> not req'd;Bill Meier1-8/+7
2011-05-11Add packet-usb-at.c;Bill Meier1-4/+5
2011-05-11Support multiple Scheduling Requests in one PDU.Martin Mathieson3-47/+127
2011-05-11From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss1-5/+7
2011-05-11Use consistent casing in hf_ descriptions and expert infos.Jeff Morriss1-112/+112
2011-05-11From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5893 :Jeff Morriss1-10/+61
2011-05-11Eliminate redundant blurbsJeff Morriss1-15/+15
2011-05-10From Olivier Crete via bug 5761: Compute the FCI size correctly for RTCP RTPFB.Chris Maynard1-4/+4