aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2012-01-13Fix some Dereference of null pointer Warning found by ClangAlexis La Goutte1-2/+0
2012-01-13Fix some Dereference of null pointer Warning found by ClangAlexis La Goutte1-1/+1
2012-01-13Add H248-2 Dissector to CMake (Miss in revision 40439)Alexis La Goutte1-0/+1
2012-01-13Fix some typos.Chris Maynard1-11/+11
2012-01-13Fix:Bill Meier1-7/+2
2012-01-13Minor cleanup:Bill Meier3-85/+54
2012-01-13Fix:Anders Broman1-11/+8
2012-01-13From Mike Morrin:Anders Broman1-632/+494
2012-01-12Various minor mods;Bill Meier2-99/+101
2012-01-12From Tobias Witek: Add dissector table to 'meta' dissector.Bill Meier2-2/+19
2012-01-12Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multipl...Bill Meier4-14/+17
2012-01-12CMakeLists.txt: Make sure TSHARK_TAP_SRC is defined beforeGerald Combs1-4/+4
2012-01-12Re-indent for readability.Bill Meier1-605/+605
2012-01-11"Call nas-eps" dissector for nas_rrc_r8_lte and nas_rrc_r9_lte frames that ha...Martin Mathieson1-0/+50
2012-01-11Don't do tvb_get...() in arg of g_htonl(); Macro evals args multiple times.Bill Meier1-2/+1
2012-01-11Add a dissector for h248.2 packages.Anders Broman2-0/+158
2012-01-11From Martin Kaiser:Anders Broman1-71/+235
2012-01-11From Lei Chen:Anders Broman1-21/+14
2012-01-10From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6722Alexis La Goutte1-8/+8
2012-01-10From Wojciech Dubowik via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte2-0/+20
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+7
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+4
2012-01-08From Martin Kaiser:Anders Broman1-8/+151
2012-01-08From Mike Morrin:Anders Broman1-23/+4
2012-01-08[Automatic manuf, services and enterprise-numbers update for 2012-01-08]Gerald Combs1-1/+105
2012-01-07Simplify key for cid->context hash table. Copy more details between contexts ...Martin Mathieson1-89/+109
2012-01-06Fix: packet-rohc.c:439:20: error: variable ‘PS’ set but not used [-Werror...Jörg Mayer1-2/+2
2012-01-05From Tobias Witek:Anders Broman1-9/+20
2012-01-05Fix Coverity CID's 1348-1349: UNUSED_VALUE and CID 1344: CONSTANT_EXPRESSION_...Chris Maynard1-5/+5
2012-01-05Fix some typos. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6709anonsvn1-4/+4
2012-01-05- Add the beginning of compressed list handling.Martin Mathieson1-42/+179
2012-01-05Use length field from UDP header as the pseudo-header's UDP length field inst...Chris Maynard1-2/+2
2012-01-05Fix the following error :Alexis La Goutte1-1/+1
2012-01-05From Mike Morrin:Anders Broman1-1076/+634
2012-01-05From Mike Morrin:Anders Broman1-1/+1
2012-01-05dissect_esp(): 'i' is only (really) used if we HAVE_LIBGCRYPT.Jeff Morriss1-2/+1
2012-01-04Fix several warnings turned error of type:Jörg Mayer1-6/+0
2012-01-04More C++ updates.Gerald Combs2-1/+17
2012-01-04Use hfi->abbrev insted.Anders Broman1-1/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2012-01-04From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6697Alexis La Goutte4-7/+323
2012-01-04From Andrei Maruseac via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-0/+448
2012-01-04TMR should be OCTET STRINGAnders Broman1-1/+1
2012-01-04Update to V10.3.0 (2011-09)Anders Broman1-175/+1272
2012-01-04Make sure each value in a GHashTable is unique. This avoids aGerald Combs1-24/+19