aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Fix ep_check_canary_integrity to use proper variable.Jakub Zawadzki1-2/+2
2011-04-20Simplify the test in a loop.Martin Mathieson1-5/+1
2011-04-20Add code to dissect "original uTP header format"Bill Meier1-45/+188
2011-04-20Use [hi|lo]_nibble macros, leave room in str[] for invalid BCD digits to beChris Maynard1-31/+26
2011-04-20- New-style dissectors need to always return "bytes dissected" (not just when...Bill Meier1-13/+14
2011-04-20Add Makefile.common to the dependency list for register.c.Gerald Combs2-2/+2
2011-04-20Fix a typo in a text string; use consistent indentation.Bill Meier1-11/+11
2011-04-20Properly (re)initialise structs used for keeping track of UEs/TTI.Martin Mathieson1-2/+7
2011-04-20From Vladimir Kazansky via bug 5849: Fix msisdn_to_str() so it converts all BCDChris Maynard1-1/+1
2011-04-19From Georg Mueller via bug #5851: Add not handled IDs to BitTorrentStephen Fisher1-1/+27
2011-04-19Whitespace cleanup; Remove an uneeded col_clear().Bill Meier1-25/+23
2011-04-19This file had an identical copy appended to the end of it. RemoveStephen Fisher1-355/+1
2011-04-19From Xiao Xiangquan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5846Alexis La Goutte1-0/+710
2011-04-19From Xiao Xiangquan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5846Alexis La Goutte2-0/+2
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke16-30/+30
2011-04-18We don't have any preferences, so remove the prefs.h include. It doesn'tGerald Combs1-9/+0
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-2/+0
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-5/+1
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-2/+1
2011-04-18Fix 100(!) Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-16/+14
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+0
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+1
2011-04-18Removed some unneeded assignments.Stig Bjørlykke15-33/+24
2011-04-18Make it build.Stig Bjørlykke1-9/+8
2011-04-18Start merging from packet-pdcp-lte.cAnders Broman1-51/+222
2011-04-18Update Motonori Shindo's email address at the author's request. Fixes bug 5840.Chris Maynard1-1/+1
2011-04-17Retire a preference that can be always on now.Martin Mathieson1-9/+2
2011-04-17Allow signaling protocol (e.g. RRC) to set number of SN bitsMartin Mathieson2-1/+18
2011-04-17Decode the SI value in DATA messages correclty.Michael Tüxen1-1/+1
2011-04-17One more unused argument.Stig Bjørlykke1-2/+1
2011-04-17Removed unneeded assignments.Stig Bjørlykke1-2/+0
2011-04-17Mark unused arguments with _U_.Stig Bjørlykke1-22/+11
2011-04-17Removed unneeded assignments to self.Stig Bjørlykke1-2/+0
2011-04-17Removed an unneeded assignment, they are both always 0.Stig Bjørlykke1-2/+0
2011-04-17Corrected equality check in frag_equal().Stig Bjørlykke1-4/+4
2011-04-17Check for valid docsis_handle, and use data_handle if not.Stig Bjørlykke1-1/+4
2011-04-17Add QoS Capability element (46) and Extended Supported Rates element (50) Alexis La Goutte1-99/+141
2011-04-17[Automatic manuf, services and enterprise-numbers update for 2011-04-17]Gerald Combs1-12/+144
2011-04-17Add a way for configuration protocol (e.g. RRC) to configure MAC-> RLC mappin...Martin Mathieson2-41/+159
2011-04-17Using the routing subtree (Miss in my last patch)Alexis La Goutte1-5/+5
2011-04-16Remove another unneeded NULL check. Fixes Coverity CID 605.Gerald Combs1-2/+2
2011-04-16Fix Coverity CIDs 603 & 604.Gerald Combs1-2/+2
2011-04-16Fix the warnings in Coverity CIDs 606-608.Gerald Combs3-4/+3
2011-04-16Add NULL checks. Fixes Coverity CIDs 509 and 510.Gerald Combs1-3/+9
2011-04-16Try to make the OSX buildbot happy.Anders Broman1-1/+1
2011-04-16Convert ICMPv6 dissector to "new-style" dissectorAlexis La Goutte1-48/+99
2011-04-16From Edwin Groothuis via bug 5813:Gerald Combs1-4/+4