aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-09Support SMB_FIND_FILE_UNIX_INFO2.guy1-8/+298
2011-05-09Count padding bytes against the transaction data byte count.guy1-2/+5
2011-05-08There is no guarantee that, just because there's a UAT item for a givenguy1-5/+14
2011-05-08[Automatic manuf, services and enterprise-numbers update for 2011-05-08]gerald1-16/+236
2011-05-08Add FT_EUI64 Field Typealagoutte21-260/+439
2011-05-07From Jens Osterkamp:jake2-6/+151
2011-05-06Move fpinf dereference after NULL check.darkjames1-1/+1
2011-05-06Huzaifa Sidhpurwala of Red Hat Security Response Team discovered that wegerald1-4/+2
2011-05-06 VALS(& -> VALS(etxrab8-37/+37
2011-05-06Add note about ::/96 being deprecated.darkjames1-0/+23
2011-05-06Use strtoul() rather than sscanf to parse octal and hex numbers inguy1-4/+4
2011-05-06Prefix the message class names with RELOAD_ to prevent collisions.morriss1-9/+9
2011-05-06From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :morriss2-28/+68
2011-05-06From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5893 :morriss1-14/+46
2011-05-06From Marc Petit-Huguenin via https://bugs.wireshark.org/bugzilla/show_bug.cgi...morriss2-129/+110
2011-05-05Fix false positive compiler warnings:darkjames1-5/+6
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...darkjames4-10/+110
2011-05-05Subtract (not add!) preamble length from remaining buffer length.darkjames1-2/+3
2011-05-05Fix decoding of CP56Time2a timestamp. Resolves bug 5889.cmaynard1-2/+2
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().darkjames5-17/+8
2011-05-05packet-xtp.h used only in packet-xtp.c; Move packet-xtp.h contents to packet-...wmeier3-160/+129
2011-05-05Don't assign to unused variable: Coverity 1132 [UNUSED].wmeier1-2/+2
2011-05-05Fix two cases of assignment to unused variables: Coverity 1030 & 1031 [UNUSED];wmeier1-7/+5
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.darkjames3-9/+0