aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Try to fix compile errors on 64 bit systems.Bill Meier1-1/+3
2010-10-18Remove some unneeded #includes ...Bill Meier1-5/+0
2010-10-18Don't clear info column when showing MAC or RLC-level info.Martin Mathieson1-2/+7
2010-10-18From Holger Grandy: ETCH dissectorBill Meier3-0/+948
2010-10-18Use port range for SCTP too.Jeff Morriss1-26/+38
2010-10-18Add SVN:Id tag. Copy copyright notice to the header file.Jeff Morriss2-0/+16
2010-10-18Add SVN:Id tag.Jeff Morriss2-0/+6
2010-10-18Remove blurbs equal to name.Stig Bjørlykke1-2/+2
2010-10-18Added some length checks for integers.Stig Bjørlykke1-3/+5
2010-10-17Add expert info if the eth src mac has the I/G bit setJörg Mayer1-0/+5
2010-10-17Use correct abbrev for fragment entries.Stig Bjørlykke1-9/+9
2010-10-17Removed unused entries.Stig Bjørlykke1-58/+0
2010-10-17Removed unused hf_xcsl.Stig Bjørlykke1-8/+0
2010-10-17Removed unused hf_sasp.Stig Bjørlykke1-6/+0
2010-10-17Fixed typo in "Reason" abbrev.Stig Bjørlykke1-1/+1
2010-10-17[Automatic manuf, services and enterprise-numbers update for 2010-10-17]Gerald Combs1-3/+171
2010-10-17Fixed typo in "SSI Noise (dBm)" abbrev.Stig Bjørlykke1-1/+1
2010-10-17From Pascal Quantin via bug 5301:Stig Bjørlykke1-14/+32
2010-10-17From Pascal Quantin:Anders Broman1-6/+48
2010-10-17From Benjamin Roch via bug 3418:Stig Bjørlykke1-30/+3
2010-10-17From Benjamin Roch via bug 3418:Stig Bjørlykke1-3/+9
2010-10-17coap_handle is only used in proto_reg_handoff_coap.Stig Bjørlykke1-1/+1
2010-10-17From Pascal Quantin via bug 5301:Stig Bjørlykke1-0/+14
2010-10-17From Shoichi Sakane via bug 5270:Stig Bjørlykke3-0/+419
2010-10-15Improve info column when showing PHY info for MAC frames.Martin Mathieson1-2/+9
2010-10-15Track and give link back to frame containing previous NACK.Martin Mathieson1-0/+19
2010-10-15Make the telnet data lines filterable elements.Jörg Mayer1-3/+6
2010-10-15Add volatile in several places to gcc warnings.Martin Mathieson1-4/+5
2010-10-15From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-31/+50
2010-10-15Avoid getting BoundsError when trying to decode OCTET STRING orStig Bjørlykke1-10/+18
2010-10-15Added info column descriptions for AARQ and AARE.Stig Bjørlykke1-8/+20
2010-10-14Added packet-radiotap-iter.cStig Bjørlykke1-0/+1
2010-10-14Tighten up our data rate check. This should fix bug 5280 (mostly).Gerald Combs1-1/+7
2010-10-14From Johannes Berg via bug 4421:Gerald Combs5-335/+1042
2010-10-14Rework "extended value strings":Bill Meier6-112/+254
2010-10-14Support multiple header fields with the same abbreviation in custom columns.Stig Bjørlykke1-11/+47
2010-10-14Fix crash for 'tshark -G values' when printing "extended value string" value.Bill Meier1-1/+1
2010-10-14From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :Jeff Morriss1-137/+197
2010-10-14From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-492/+524
2010-10-13From Johannes Berg via bug 4421:Gerald Combs1-1060/+1214
2010-10-13Access several large value-string arrays via extended value-string functions.Bill Meier3-9/+14
2010-10-13Use extended value string functions to access dce_error_vals (which has 4397 ...Bill Meier7-29/+33
2010-10-13Use val_to_str_ext_const for refs to the extended value strings;Bill Meier2-14/+14
2010-10-12Fix comments (not all platforms on which we run support dlopen(), butGuy Harris2-2/+2
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier4-26/+26
2010-10-11Fix an error in a comment I added last week.Jeff Morriss2-2/+2
2010-10-11Define some fcns & vars as static;Bill Meier16-1627/+1570
2010-10-11hf variables can be copied/passed by value, not by reference.Jeff Morriss1-6/+6
2010-10-11Add comments indicating that the DISSECTOR_ASSERT() routines should not be us...Jeff Morriss1-0/+9
2010-10-10#include <string.h> apparently req'd on OSX ...Bill Meier1-0/+1