aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus5-14/+12
2013-11-23Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann4-12/+229
2013-11-23Set a field to squelch a Coverity warning.Guy Harris1-4/+6
2013-11-23Always check cf->edt before dereferencing it, so that Coverity doesn'tGuy Harris1-6/+6
2013-11-23Remove ip_ttl from packet_info structure.Michael Mann5-64/+66
2013-11-23Check the packet length when using the "Force decoding of unknown USB control...Pascal Quantin1-3/+7
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann95-465/+497
2013-11-23Replace similar code with a common routine.Gerald Combs9-141/+50
2013-11-22Add exception for cmake/TestWindowsFSeek.c it is copied from upstream under aEvan Huus1-0/+3
2013-11-22Slap a BSD checksum onto in_cksum.h.Guy Harris1-1/+30
2013-11-22Fix packet list selection signaling.Gerald Combs3-5/+5
2013-11-22Make the "decode as" dialog modal (for now, at least).Gerald Combs1-3/+3
2013-11-22Tweak filter names for expert items, mostly to consistently use - rather than _Martin Mathieson3-40/+41
2013-11-22Tidy up some TODOsMartin Mathieson1-11/+5
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+2
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+2
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte2-7/+15
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte2-2/+6
2013-11-22Fix unused-const-variable error when build with clang 3.4 (with ugly hack... ...Alexis La Goutte1-3/+7
2013-11-22Add -Wheader-guard to Autotools and CMakeAlexis La Goutte2-0/+2
2013-11-22Make use of ctrl_ack_vals value_string arrayPascal Quantin1-3/+1
2013-11-22Fix typo in top filenameAlexis La Goutte2-2/+2
2013-11-22Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann4-38/+77
2013-11-22Replace packet_info->ipproto with packet_info->layers loop to determine TCP/UDP.Michael Mann1-5/+25
2013-11-22Fix qmake builds on Unix.Gerald Combs1-2/+1
2013-11-22Mark a parameter unused.Gerald Combs1-0/+1
2013-11-22Remove a commented-out duplicate dissector_table definition.Gerald Combs1-11/+0
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs12-6/+456
2013-11-22Move common "decode as" preference code to epan.Gerald Combs9-267/+358
2013-11-21Comment out *many* unused vars found by CLANG;Bill Meier1-1224/+1460
2013-11-21#if 0 some unused vars found by CLANGBill Meier1-3/+7
2013-11-21From Abhik SarkarMartin Kaiser1-213/+246
2013-11-21next unprocessed descriptor 0xFF means thatMartin Kaiser1-1/+7
2013-11-21Widen the Ethertype to a guint, to avoid compiler warnings.Guy Harris1-1/+1
2013-11-21Get rid of unused variable.Guy Harris1-1/+0
2013-11-21Tap listeners have to be registered before we read our prefs.Gerald Combs1-17/+17
2013-11-21Attempt to fix Qt dependencies for SUSE.Jeff Morriss1-0/+5
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann11-105/+33
2013-11-21Create new dissectors when a protocol goes across ethernet and "something els...Michael Mann7-42/+66
2013-11-21Add some "helper" macros to:Bill Meier1-0/+66
2013-11-21Get rid of C++ comments.Guy Harris1-1/+1
2013-11-21#if 0 out some currently-unused variables and the code that sets them,Guy Harris1-0/+10
2013-11-21Do some constification;Bill Meier4-104/+147
2013-11-21(Trivial) Formatting & whitespace changes ....Bill Meier1-107/+126
2013-11-21Constify two vars;Bill Meier1-280/+293
2013-11-21Add a note about UTF-8.Gerald Combs1-0/+2
2013-11-21Constify a character array;Bill Meier1-2/+16
2013-11-21Remove an unused function.Gerald Combs1-6/+0
2013-11-21Create separate dissector function for TCP functionality so packet_info->ethe...Michael Mann1-12/+17
2013-11-21Create/use a number of extended value-strings;Bill Meier1-211/+258