aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann7-69/+233
2013-11-21Cope with empty VWR files (bug 9428)Martin Mathieson1-2/+9
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann2-109/+36
2013-11-21Walk list of protocol strings to determine which protocols are present in a p...Michael Mann2-36/+109
2013-11-21Indicate fragments in info columnPascal Quantin1-0/+3
2013-11-21Do not add an unknown tag item for End-of-optionsPascal Quantin1-0/+2