aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-09-10From Martin Peylo via bug 5198:Stig Bjørlykke1-14/+62
2010-09-10Follow TCP and expand description for "NOP" and "EOL" options to "No-Operatio...Stig Bjørlykke1-2/+2
2010-09-10Put the ": %u (multiply by %u)" back on the TCP window scaling option, soStephen Fisher1-3/+6
2010-09-10Expand description for "NOP" and "EOL" options to "No-Operation (NOP)" andStephen Fisher1-2/+2
2010-09-10Enhance the TCP option display for window scaling.Stephen Fisher1-28/+51
2010-09-10From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :Jeff Morriss1-3/+3
2010-09-10Update dsfield ECN according to RFC3168.Stig Bjørlykke1-18/+20
2010-09-09Add some hf blurbs (for fields whose description is an acronym)Jeff Morriss1-70/+70
2010-09-08Turn the TCP timestamp option into a subtree to also show the option kind,Stephen Fisher1-67/+101
2010-09-08Mask out the header length from th_flags.Stig Bjørlykke1-1/+1
2010-09-08Make the Windows buildbot happy: guint8 -> guint16 for flags variable inStephen Fisher1-1/+1
2010-09-08Minor correction to SVN revision 34084: we better only try up to the 9Stephen Fisher1-1/+1
2010-09-08Expand the TCP flags to include the low nibble of the byte that hasStephen Fisher2-14/+28
2010-09-08From Frank Lahm via bug #5169: Provide initial support for the undocumentedStephen Fisher2-0/+380
2010-09-08Revert revision 33780, because the checksum is only calculatedStig Bjørlykke1-1/+1
2010-09-08Support negative values when viewing seconds with hours and minutes.Stig Bjørlykke1-66/+92
2010-09-08Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIMEStig Bjørlykke1-3/+9
2010-09-08From Yaniv Kaul via bug 5193:Stig Bjørlykke1-0/+10
2010-09-08Do not report undecoded message to expert info for ReturnResult without resul...Tomas Kukosa3-16/+23
2010-09-08Fake proto_item_prepend_text() in reassemble_test.Stig Bjørlykke1-0/+3
2010-09-07Put the number of fragments/segments in front of the element to avoid Stig Bjørlykke1-3/+5
2010-09-07From Yaniv Kaul via bug 4550:Stig Bjørlykke1-6/+12
2010-09-06From yami via bug 3310:Stig Bjørlykke1-28/+174
2010-09-06From Pascal Quantin via bug 5186:Stig Bjørlykke1-18/+17
2010-09-05[Automatic manuf and enterprise-numbers update for 2010-09-05]Gerald Combs1-8/+156
2010-09-05Request-Line can contain an empty Request-URI.Stig Bjørlykke1-4/+4
2010-09-03GTPv2: IMSI is decoded improperly.Anders Broman1-23/+4
2010-09-03Add bandwidth figures per UE.Martin Mathieson2-0/+4
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).Martin Mathieson2-1/+3
2010-09-03Fix start offset and length handling in SEQUNCE OF (caused Gtk crash for sequ...Tomas Kukosa1-2/+2
2010-09-03Code cleanup: Remove Begin/End comments on each and every code block,Stig Bjørlykke1-264/+0
2010-09-03Check if using tree before adding the octet string.Stig Bjørlykke1-1/+1
2010-09-03Add doxygen coments.Anders Broman1-2/+2
2010-09-03From Michael Lum:Anders Broman1-111/+213
2010-09-03From Michael Lum:Anders Broman1-4/+38
2010-09-02Apply the quick fix from bug 2952.Stig Bjørlykke1-3/+8
2010-09-02Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS andJeff Morriss1-3/+19
2010-09-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5173 :Jeff Morriss1-6/+11
2010-09-02Fix typo in comment: datat -> dataStephen Fisher1-1/+1
2010-08-31From Pascal Quantin:Anders Broman1-9/+371
2010-08-31A GString has it's own length.Stig Bjørlykke1-1/+1
2010-08-31Support space in list of hidden columns.Stig Bjørlykke1-0/+1
2010-08-31Add stub code for future dissection of featureGroupIndicators.Anders Broman1-4/+19
2010-08-31Update the header length after dissecting the header.Stig Bjørlykke1-0/+1
2010-08-30Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+5
2010-08-30Use the top-level isprint.h instead of redefining isprint ourselves.Jeff Morriss1-20/+7
2010-08-30Doxygen fix.Anders Broman1-1/+1
2010-08-30Call dfilter_macro_uat->post_update_cb instead of using cfile.Stig Bjørlykke1-4/+3
2010-08-30Always update the display filter when changing a display filter macroStig Bjørlykke1-1/+6
2010-08-30Always call post_update_cb() in uat_load_str().Stig Bjørlykke1-7/+6