aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss9-274/+269
2011-01-14- Add TELV to dissct IE's with an extention bit in the length vallue.Anders Broman2-1/+168
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard7-40/+132
2011-01-14From Cal Turney via bug 4964: Round & display 6 decimal places in tshark SRTs.Chris Maynard4-93/+87
2011-01-14Removed redundant comparison that caused compilation failure on OSXGraham Bloice1-1/+1
2011-01-14When looking for previous frame for UL/DL retx, use harq-id + ndi bit.Martin Mathieson2-59/+69
2011-01-14Updated dissector:Graham Bloice1-35/+408
2011-01-14Move MAC and RLC stats menu items into a common LTE subtree.Martin Mathieson2-2/+2
2011-01-14Rather than repairing out-of-range subframe numbers, make sure error gets rep...Martin Mathieson1-2/+14
2011-01-14From Hadar Shoham:Jaap Keuter1-6/+21
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss22-613/+580
2011-01-13VMS → HP OpenVMS.Gerald Combs1-2/+2
2011-01-13Add the TCP scaling graph.Gerald Combs1-1/+2
2011-01-13Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss1-5/+5
2011-01-13Add keyboard shortcuts.Gerald Combs1-2/+5
2011-01-13From Clemens Auer:Jaap Keuter2-2/+56
2011-01-13Mention another RTP player feature.Jaap Keuter1-0/+6
2011-01-13Add "break;" to end of last case statement.Stephen Fisher1-0/+1
2011-01-13Wrap include file in extern "C" { ... } for __cplusplusStephen Fisher1-1/+9
2011-01-13Add some of my changes since 1.4 was releasedStephen Fisher1-0/+25
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss7-45/+71
2011-01-13Getting ready for R9 versions of some LTE protocols.Martin Mathieson1-3/+6
2011-01-13Use value_string_ext.Anders Broman1-7/+11
2011-01-13Remove an unused variable.Anders Broman1-1/+0
2011-01-13Make it possible to dissect the part pressent in short frames.Anders Broman1-89/+82
2011-01-13Added a couple of my new featuresSake Blok1-0/+26
2011-01-13From Pascal Quantin:Anders Broman1-4/+4
2011-01-13More 1.5 updates.Gerald Combs1-1/+48
2011-01-12Start updating the release notes for 1.5.Gerald Combs1-73/+41
2011-01-12Set gsm_a_dtap_pinfo->link_dir to get proper dissection of PCO.Anders Broman1-92/+152
2011-01-12There's no need to call tvb_get_ptr() in here: just call ensure_contiguous() ...Jeff Morriss1-5/+5
2011-01-12Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss2-10/+18
2011-01-12Mark a parameter as unused.Anders Broman1-1/+1
2011-01-12Enhance IE dissection.Anders Broman1-14/+138
2011-01-12Update dissection of Protocol configuration options.Anders Broman1-32/+59
2011-01-12From Eliad:Jaap Keuter1-0/+28
2011-01-12From Steve Karg:Jaap Keuter1-8/+38
2011-01-12Update a value_string.Anders Broman1-3/+5
2011-01-12Use value_string_ext in a couple of places.Anders Broman2-34/+56
2011-01-12From Fulko Hew:Jaap Keuter1-20/+31
2011-01-12Document and export:Anders Broman2-0/+10
2011-01-12TCAP- Application context name not been decoded correctlyAnders Broman2-2/+2
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss3-24/+23
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-31/+27
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-13/+8
2011-01-12Replace some uses of tvb_get_ptr() with tvb_get_ephemeral_string().Jeff Morriss1-14/+7
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss5-49/+81
2011-01-11Don't attempt to reassemble short (reported_len > len) chunks.Jeff Morriss1-0/+7
2011-01-11Don't store message fragments whose length is 0: there's no point. (OtherwiseJeff Morriss1-9/+11
2011-01-11Use value_string_ext and friends.Anders Broman1-2/+2