aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke16-30/+30
Fixed display filters with obvious typos. svn path=/trunk/; revision=36713
2011-04-18Wrap actual_len inside #ifdef DEBUG_K12 to avoid gcc 4.6.0 warning reported byChris Maynard1-2/+8
Kaul: http://www.wireshark.org/lists/wireshark-dev/201104/msg00170.html svn path=/trunk/; revision=36710
2011-04-18We don't have any preferences, so remove the prefs.h include. It doesn'tGerald Combs1-9/+0
look like we need a reg_handoff routine either so remove it as well. Fixes Coverity CID 1189. svn path=/trunk/; revision=36709
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-2/+0
svn path=/trunk/; revision=36708
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-5/+1
svn path=/trunk/; revision=36707
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-2/+1
svn path=/trunk/; revision=36705
2011-04-18Fix 100(!) Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-16/+14
svn path=/trunk/; revision=36704
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
svn path=/trunk/; revision=36703
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
svn path=/trunk/; revision=36702
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
svn path=/trunk/; revision=36701
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+0
svn path=/trunk/; revision=36700
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+1
svn path=/trunk/; revision=36699
2011-04-18Removed some unneeded assignments.Stig Bjørlykke15-33/+24
Found by clang. svn path=/trunk/; revision=36698
2011-04-18Make it build.Stig Bjørlykke1-9/+8
svn path=/trunk/; revision=36697
2011-04-18Start merging from packet-pdcp-lte.cAnders Broman1-51/+222
svn path=/trunk/; revision=36696
2011-04-18Update Motonori Shindo's email address at the author's request. Fixes bug 5840.Chris Maynard5-5/+6
svn path=/trunk/; revision=36695
2011-04-17Retire a preference that can be always on now.Martin Mathieson1-9/+2
svn path=/trunk/; revision=36693
2011-04-17Allow signaling protocol (e.g. RRC) to set number of SN bitsMartin Mathieson2-1/+18
PDCP should use for DRB channels. Not yet called by RRC. svn path=/trunk/; revision=36692
2011-04-17Decode the SI value in DATA messages correclty.Michael Tüxen1-1/+1
This fixes bug 5834. svn path=/trunk/; revision=36691
2011-04-17One more unused argument.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=36690
2011-04-17Removed unneeded assignments.Stig Bjørlykke1-2/+0
Found by clang. svn path=/trunk/; revision=36689
2011-04-17Mark unused arguments with _U_.Stig Bjørlykke1-22/+11
svn path=/trunk/; revision=36688
2011-04-17Removed unneeded assignments to self.Stig Bjørlykke1-2/+0
Found by clang. svn path=/trunk/; revision=36687
2011-04-17Removed an unneeded assignment, they are both always 0.Stig Bjørlykke1-2/+0
Found by clang. svn path=/trunk/; revision=36686
2011-04-17Corrected equality check in frag_equal().Stig Bjørlykke1-4/+4
Found by clang. svn path=/trunk/; revision=36685
2011-04-17Coverity UNUSED_VALUEAnders Broman1-5/+2
CID 1141 svn path=/trunk/; revision=36684
2011-04-17Coverity UNUSED_VALUEAnders Broman2-16/+6
CID 1142,1143,1147 svn path=/trunk/; revision=36683
2011-04-17Mark err as unused in k12text_dump_open().Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=36682
2011-04-17Check for valid docsis_handle, and use data_handle if not.Stig Bjørlykke1-1/+4
This fixes bug 5839. svn path=/trunk/; revision=36681
2011-04-17Add QoS Capability element (46) and Extended Supported Rates element (50) Alexis La Goutte1-99/+141
Enhance RSN Info (48), Extended Capabilities information element (127) * Replace proto_tree_add_uint*/boolean/text by proto_tree_add_item * use ENC_* macro for encoding svn path=/trunk/; revision=36680
2011-04-17[Automatic manuf, services and enterprise-numbers update for 2011-04-17]Gerald Combs3-27/+205
svn path=/trunk/; revision=36677
2011-04-17Add a way for configuration protocol (e.g. RRC) to configure MAC-> RLC ↵Martin Mathieson2-41/+159
mappings, and add a preference to use this or the static UAT. API is not yet called by RRC. svn path=/trunk/; revision=36676
2011-04-17Fix Unused varaiable warnings.Anders Broman4-20/+7
CID 1163 - 1166 svn path=/trunk/; revision=36675
2011-04-17Using the routing subtree (Miss in my last patch)Alexis La Goutte1-5/+5
Fix a typo error (shoubl => should) svn path=/trunk/; revision=36674
2011-04-16Remove another unneeded NULL check. Fixes Coverity CID 605.Gerald Combs1-2/+2
svn path=/trunk/; revision=36673
2011-04-16Fix Coverity CIDs 603 & 604.Gerald Combs1-2/+2
svn path=/trunk/; revision=36672
2011-04-16Fix the warnings in Coverity CIDs 606-608.Gerald Combs3-4/+3
svn path=/trunk/; revision=36671
2011-04-16Add NULL checks. Fixes Coverity CIDs 509 and 510.Gerald Combs1-3/+9
svn path=/trunk/; revision=36670
2011-04-16Try to make the OSX buildbot happy.Anders Broman1-1/+1
svn path=/trunk/; revision=36669
2011-04-16Convert ICMPv6 dissector to "new-style" dissectorAlexis La Goutte1-48/+99
Fix Dead Store Warning ( warning: Value stored to '*offset*' is never read ) svn path=/trunk/; revision=36668
2011-04-16From Edwin Groothuis via bug 5813:Gerald Combs1-4/+4
In the explanation of TCP Option 78 (Riverbed Transparency), the labels are "CSH IP Addr/Port" and "SSH IP Addr/Port". This should be "Src SH IP Addr/Port" and "Dst SH IP Addr/Port". The filter keys for these labels are correct. svn path=/trunk/; revision=36667
2011-04-16Initialize feedback_data_len to avoid a compiler warning.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=36666
2011-04-16From Dirk:Anders Broman1-161/+82
The attachted patch cleans up the output of DCE/RPC fragment information in the dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5772 From me get rid of check_col() svn path=/trunk/; revision=36665
2011-04-16Fix compilation errors.Gerald Combs1-8/+7
svn path=/trunk/; revision=36664
2011-04-16Fix:Anders Broman1-3/+2
packet-rohc.c: In function 'dissect_rohc_ir_rtp_profile_dynamic': packet-rohc.c:285: warning: 'val_len' may be used uninitialized in this function packet-rohc.c:186: warning: 'num_bits' may be used uninitialized in this function packet-rohc.c:186: note: 'num_bits' was declared here svn path=/trunk/; revision=36663
2011-04-16From Neil Piercy:Anders Broman5-35/+412
Adds BMC protocol, including adding support for MAC and RLC CTCH channels to carry it. From me: Removed hf blurbs = def and removed check_col added tp CMakeList. svn path=/trunk/; revision=36662
2011-04-16From Motonori Shindo:Anders Broman1-2/+52
Current NetFlow V9/IPFIX dissector treats IN_BYTES (IE=1) and IN_PERMANENT_BYTES (IE=85) exactly in the same way. The same applies to IN_PKTS (IE=2) and IN_PERMANENT_PKTS (IE=86). However, IN_BYTES/IN_PKTS and IN_PERMANENT_BYTES/IN_PERMANENT_PKTS have different semantics so they should be distinguishable when they are displayed or specified in a filter. Please find attached the patch which does that. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5807 svn path=/trunk/; revision=36661
2011-04-16Add rohcAnders Broman1-0/+1
svn path=/trunk/; revision=36660
2011-04-16Add a basic ROCH dissector.Anders Broman2-3/+988
Limitations: - Small CID - RTP profile - IPv4 svn path=/trunk/; revision=36659
2011-04-16Show max UEs/TTI in MAC stats window (UL/DL separately).Martin Mathieson3-7/+65
svn path=/trunk/; revision=36658