aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2011-07-05From Michael Mann:Anders Broman1-1/+22
2011-07-05From Sven Eckelmann:Anders Broman1-1/+1175
2011-07-05From Sven Eckelmann:Anders Broman1-42/+42
2011-07-04Add a URL for DECnet Phase IV specifications.Guy Harris1-0/+6
2011-07-04From Sven Eckelmann:Anders Broman1-4/+4
2011-07-04From Sven Eckelmann:Anders Broman1-3/+0
2011-07-04From Sven Eckelmann:Anders Broman1-139/+121
2011-07-04From Christopher Maynard:Anders Broman1-13/+16
2011-07-04From Michael Mann:Anders Broman1-34/+12
2011-07-04From Roland Knall:Anders Broman1-1/+117
2011-07-04From Pascal Quantin:Anders Broman1-2/+2
2011-07-04Error: the blurb for field "Extension header" ("gtp.ext_hdr") matches the fie...Anders Broman1-2/+2
2011-07-03From Martin Isaksson:Anders Broman1-9/+85
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris1-9/+9
2011-07-03From Roland Knall:Anders Broman1-41/+17
2011-07-03Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZGuy Harris1-267/+271
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-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 Maynard1-295/+348
2011-06-29Update my email address.Jakub Zawadzki1-1/+1
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-28Replace all strerror() with g_strerror().Stig Bjørlykke1-4/+1
2011-06-27Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke2-0/+5
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-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-22From Xiao Xiangquan: A new dissector for Vuze DHT;Bill Meier2-0/+1474
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-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 Broman3-0/+220
2011-06-21We need to start reassembly on a segment boundary.Anders Broman1-2/+9
2011-06-21From Roland Knall:Anders Broman1-2/+5