aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-10Add missing line of code: Fixes Coverity 1042 (UNUSED);Bill Meier1-7/+2
2011-05-10Remove some unneeded lines of code: Coverity 1063;Bill Meier1-8/+0
2011-05-10Add support for USB CDC Ethernet. Resolves bug 4819.Chris Maynard1-0/+2
2011-05-10Don't assign to unused variable: Coverity 1068 & 1069.Bill Meier1-14/+9
2011-05-10Remove unused variable to avoid a warning which breaks the build.Michael Tüxen1-2/+0
2011-05-10Add subversion Id and Wireshark copyright.Chris Maynard1-0/+6
2011-05-10Add USB/AT dissector, submitted by Tyson Key via bug 5868 with someChris Maynard2-0/+121
2011-05-10Make sure we set a variable.Gerald Combs1-19/+21
2011-05-10Fix two cases of dead code reported by Coverity as CID 376.Chris Maynard1-20/+6
2011-05-10Fix two cases of comparisons begin made against incorrect values following aChris Maynard1-2/+3
2011-05-10On behalf of Ericsson update the A11 dissector.Anders Broman1-38/+253
2011-05-10Allow both PPP and ISO/IEC 13818-1 over USB to be dissected using heuristics.Chris Maynard3-8/+22
2011-05-10From Sijin N K:Anders Broman1-0/+5
2011-05-09Add sl_ API to libwireshark.defJakub Zawadzki1-0/+4
2011-05-09Convert SLAB_-s, to sl_-API.Jakub Zawadzki5-32/+35
2011-05-09Comment out dead code.Jakub Zawadzki1-1/+2
2011-05-09Initial commit of slab allocator (sl_* API) Jakub Zawadzki2-17/+131
2011-05-09Support SMB_FIND_FILE_UNIX_INFO2.Guy Harris1-8/+298
2011-05-09Count padding bytes against the transaction data byte count.Guy Harris1-2/+5
2011-05-08There is no guarantee that, just because there's a UAT item for a givenGuy Harris1-5/+14
2011-05-08[Automatic manuf, services and enterprise-numbers update for 2011-05-08]Gerald Combs1-16/+236
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte21-260/+439