aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Since the TCP Flags tree encompasses 12 bits including the 3 reserved bits andChris Maynard1-1/+7
2011-07-01I decode_tcp_ports(), don't abort processing zero window probe packets, even ...Chris Maynard1-5/+6
2011-07-01Initialize the TCP windows to the maximum value instead of 0 to avoid false z...Chris Maynard1-0/+2
2011-06-30Export tvb_get_unicode_string().Guy Harris1-0/+1
2011-06-30Avoid absurdly large values used in for-loops.Stig Bjørlykke1-0/+15
2011-06-29Although technically not needed, for clarity, explicity catch invalid Etherne...Chris Maynard1-2/+1
2011-06-29Indicate TCP fast retransmissions as an expert info note, rather than a warni...Chris Maynard1-1/+1
2011-06-29Based on Guy's suggestion from the user mailing list, dissect Ethernet frames...Chris Maynard2-298/+356
2011-06-29Update my email address.Jakub Zawadzki1-1/+1
2011-06-29Added a preference to turn of capture filter syntax check.Stig Bjørlykke2-0/+11
2011-06-29Strengthen heuristics for Packets.Stig Bjørlykke1-0/+4
2011-06-29Don't return an offset that you won't later use.Guy Harris1-57/+42
2011-06-28Export all tfs from tfs.hJakub Zawadzki1-0/+11
2011-06-28From bug 6057:Stig Bjørlykke1-3/+3
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke8-17/+14
2011-06-27From bug 6057:Stig Bjørlykke2-0/+20
2011-06-27Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke2-0/+5
2011-06-26[Automatic manuf, services and enterprise-numbers update for 2011-06-26]Gerald Combs1-3/+235
2011-06-25From Tony Trinh via bug 6018:Stig Bjørlykke1-18/+65
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.Stig Bjørlykke1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from Stig Bjørlykke1-4/+3
2011-06-25From Tony Trinh via bug 5894:Stig Bjørlykke1-1/+1
2011-06-25From Tony Trinh via bug 5895:Stig Bjørlykke1-12/+23
2011-06-25Make guy's fix in revision 37236 actually work:Stig Bjørlykke1-1/+1
2011-06-24Update the dissector_add call to use the current API.Jaap Keuter1-1/+1
2011-06-24From Peter Nahas:Jaap Keuter1-1/+114
2011-06-23From Dejan Bucar:Jaap Keuter2-39/+349
2011-06-23From Andrey Kulikov:Jaap Keuter1-0/+5
2011-06-23From Andrey Kulikov:Jaap Keuter1-0/+5
2011-06-23From Ivan Lawrow: GTS Descriptor count is a 3 bit field;Bill Meier1-1/+1
2011-06-23Added missing $Id$Stig Bjørlykke1-0/+2
2011-06-23Add a protocol decode.Anders Broman1-0/+5
2011-06-23From Tony Trinh via bug 5960:Stig Bjørlykke1-1/+1
2011-06-23Use guint32 internally to store mask.Stig Bjørlykke1-1/+1
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.Stig Bjørlykke1-7/+6
2011-06-23Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.Stig Bjørlykke1-2/+2
2011-06-23Remove not needed forward declaration.Jakub Zawadzki1-3/+0
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier7-3328/+3312
2011-06-22Don't assert on invalid custom columns, just set as invalid/unknown.Stig Bjørlykke1-2/+1
2011-06-22From Xiao Xiangquan: A new dissector for Vuze DHT;Bill Meier3-0/+1475
2011-06-22tvb_format_text → tvb_format_stringzpad.Gerald Combs4-5/+5
2011-06-22Use ENC_BIG_ENDIAN.Anders Broman1-10/+10
2011-06-22Protect the columns from beeing overwritten.Anders Broman1-0/+3
2011-06-22Add a dissector table for CDR:sAnders Broman1-1/+6
2011-06-22Fix a checkhf WarningAlexis La Goutte1-1/+1
2011-06-22From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6041Alexis La Goutte1-2/+87
2011-06-22Added missing packet-mime-encap.cStig Bjørlykke1-0/+1
2011-06-22tvb_reported_length_remaining() can return -1;Bill Meier1-41/+35
2011-06-22From Martin Kaiser: Fix forBug #6048 (fuzztest crash)Bill Meier1-0/+9
2011-06-21From Stéphane Gorse:Anders Broman4-0/+221