aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig132-1880/+1883
2011-05-13We should get rid of g_mem_chunk_alloc() as it leaks memoryetxrab1-4/+40
2011-05-13From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :morriss2-23/+37
2011-05-13Allocate wslua_plugin_list even if we do not HAVE_PLUGINSmorriss1-3/+3
2011-05-12From Johannes Jochen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss5-10/+448
2011-05-12From Richard Brodie via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-2/+2
2011-05-12From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. Icmaynard1-10/+5
2011-05-12Packet editor: support for saving changed frames.darkjames1-0/+8
2011-05-12Use rcode instead of repeated uses of "flags & F_RCODE". One change submittedcmaynard1-3/+3
2011-05-12Add snai, mpf and efi to bf_tree, not tree. Fixes Coverity CID 1045.cmaynard1-3/+3
2011-05-12Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.cmaynard1-1/+3
2011-05-12Add token to query_tree instead of to tree. Fixes Coverity CID 1057.cmaynard1-2/+2
2011-05-12Delete eth_addr; it was assigned a value but never used. Fixes Coverity 1070.cmaynard1-2/+0
2011-05-12Use nonce_2_item instead of incorrect nonce_1_item. Fixes Coverity CID 1071.cmaynard1-2/+2
2011-05-12Delete acm as it is assigned but never used. Fixes Coverity 1072.cmaynard1-2/+0
2011-05-12Add text to fac_subtree instead of fac_tree. Fixes Coverity CID 1129.cmaynard1-1/+1
2011-05-12Fix double free. darkjames1-1/+1
2011-05-12Remove check_col, use ENC_BIG_ENDIAN.etxrab1-233/+233
2011-05-12Include config.h (for WS_MSVC_NORETURN) and g_gnuc.h (for G_GNUC_NORETURN)morriss2-3/+5
2011-05-12Indicate Signed Receipt in info column.stig2-22/+28
2011-05-12Prefix "fragments" with IPv6, as is done with IPv4.stig1-1/+1
2011-05-12Use IPv4 as protocol name, to align with IPv6.stig1-15/+15
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....morriss7-48/+62
2011-05-11When performing heuristics, use tvb_length() instead of tvb_reported_length().cmaynard1-1/+1
2011-05-11Remove some unused variable assignments. Fixes Coverity CID 1202.gerald1-3/+3
2011-05-11#include <string.h> not req'd;wmeier1-8/+7
2011-05-11Add packet-usb-at.c;wmeier1-4/+5
2011-05-11Support multiple Scheduling Requests in one PDU.martinm3-47/+127
2011-05-11From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :morriss1-5/+7
2011-05-11Use consistent casing in hf_ descriptions and expert infos.morriss1-112/+112
2011-05-11From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5893 :morriss1-10/+61
2011-05-11Eliminate redundant blurbsmorriss1-15/+15
2011-05-10From Olivier Crete via bug 5761: Compute the FCI size correctly for RTCP RTPFB.cmaynard1-4/+4
2011-05-10Add missing line of code: Fixes Coverity 1042 (UNUSED);wmeier1-7/+2
2011-05-10Remove some unneeded lines of code: Coverity 1063;wmeier1-8/+0
2011-05-10Add support for USB CDC Ethernet. Resolves bug 4819.cmaynard1-0/+2
2011-05-10Don't assign to unused variable: Coverity 1068 & 1069.wmeier1-14/+9
2011-05-10Remove unused variable to avoid a warning which breaks the build.tuexen1-2/+0
2011-05-10Add subversion Id and Wireshark copyright.cmaynard1-0/+6
2011-05-10Add USB/AT dissector, submitted by Tyson Key via bug 5868 with somecmaynard2-0/+121
2011-05-10Make sure we set a variable.gerald1-19/+21
2011-05-10Fix two cases of dead code reported by Coverity as CID 376.cmaynard1-20/+6
2011-05-10Fix two cases of comparisons begin made against incorrect values following acmaynard1-2/+3
2011-05-10On behalf of Ericsson update the A11 dissector.etxrab1-38/+253
2011-05-10Allow both PPP and ISO/IEC 13818-1 over USB to be dissected using heuristics.cmaynard3-8/+22
2011-05-10From Sijin N K:etxrab1-0/+5
2011-05-09Add sl_ API to libwireshark.defdarkjames1-0/+4
2011-05-09Convert SLAB_-s, to sl_-API.darkjames5-32/+35
2011-05-09Comment out dead code.darkjames1-1/+2
2011-05-09Initial commit of slab allocator (sl_* API) darkjames2-17/+131