aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-18Move deciphering routine in a function and adapt it for unacknowledged modepascal1-229/+249
2012-08-15Miscellaneous changes:pascal1-50/+79
2012-08-14more ephemeral memory cleanupmmann1-2/+1
2012-08-10From Jacob Nordgren and Rishie Sharma:etxrab1-21/+50
2012-08-10From Jacob Nordgren and Rishie Sharma:etxrab1-39/+47
2012-08-09Not usre if this makes sense. At least the compiler doesn't complaintuexen1-14/+14
2012-08-09Don't define HAVE_UMTS_KASUMI to anything unless we actually have it.morriss1-8/+9
2012-08-09Fix a couple of typos.etxrab1-4/+4
2012-08-09Small fixes:pascal1-94/+97
2012-08-09Put #if HAVE_UMTS_KASUMI around a statics that won't be used unless itmartinm1-1/+4
2012-08-09Mark parameters as unused when we don't have kasumi.etxrab1-3/+4
2012-08-09From Jacob Nordgren and Rishie Sharma:etxrab1-1884/+2160
2012-08-07Various fixes:pascal1-7/+24
2012-08-07From Jacob Nordgren and Rishie Sharma:etxrab1-25/+107
2012-08-02Fix a few issues:pascal1-11/+17
2012-08-02Remove a created-but-unused subtree (and its ett). It's not obvious to memorriss1-4/+0
2012-08-02From Jacob Nordgren and Rishie Sharma:etxrab1-6/+24
2012-07-27Fix a few Clang warnings (dead assignment, function call argument is an unini...pascal1-5/+4
2012-07-27From Jacob Nordgren and Rishie Sharma:etxrab1-0/+6
2012-07-26Mark unused parameter as such.tuexen1-1/+1
2012-07-26If def offending codeetxrab1-0/+2
2012-07-26From Jacob Nordgren and Rishie Sharma:etxrab1-10/+10
2012-07-26From Jacob Nordgren and Rishie Sharma:etxrab1-22/+25
2012-07-26Fix Coverity CID 709737: Structurally dead code.cmaynard1-1/+0
2012-07-25From Jacob Nordgren and Rishie Sharma:etxrab1-11/+32
2012-07-24From Jacob Nordgren and Rishie Sharma:etxrab1-102/+127
2012-07-18exit() must not be used in dissectors. Use REPORT_DISSECTOR_BUG() andguy1-2/+2
2012-07-18That comment might have confused the API checker into thinking we wereguy1-1/+1
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onetxrab1-72/+287
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-203/+325
2011-12-22What is the airspeed velocity of an unladen swallow?cmaynard1-3/+3
2011-12-21Avoid a potential buffer overflow (and fix some typos). Resolves bug 6391: h...cmaynard1-6/+6
2011-12-15Fix a typowmeier1-1/+1
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...wmeier1-2/+1
2011-11-22Add more packet highlights to the info column.martinm1-4/+11
2011-11-18From Pascal Quantin:martinm1-2/+2
2011-11-18Make it easier to see:martinm1-12/+26
2011-11-17Make it easier to see RLIST details.martinm1-1/+9
2011-11-17Show meaning of special length indication values in the LI root.martinm1-21/+41
2011-11-16Show more sequence numbers in info column, and in root nodes.martinm1-3/+10
2011-11-15Rename channel_type enums to avoid possible naming conflicts.cmaynard1-40/+41
2011-11-15Append important details from LI and SURI trees to root item.martinm1-16/+24
2011-11-15UMTS RLC:martinm1-5/+58
2011-10-28First go at calling UMTS RLC dissector from IxCatapult logs.martinm1-7/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-6/+6
2011-10-19From Pascal Quantin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6...morriss1-71/+111
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-16/+16
2011-09-22Show if per packet info is missing.etxrab1-2/+7
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1