aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-06Calculate the channel if we have only the frequency.Guy Harris1-0/+7
2015-08-28Don't check the radio information when testing for an HT Control header.Guy Harris1-19/+2
2015-07-07PPI: initialize optional presence flags bitmap when using 802.11BPascal Quantin1-0/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-27Use the PHY type in the radio information to recognize HT packets.Guy Harris1-11/+2
2015-06-26Clean up switch statement whitespace.Guy Harris1-32/+37
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-23/+40
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Treat channel flags fields as just collections of bits, not as type fields.Guy Harris1-51/+36
2015-06-22Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris1-11/+59
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-28/+94
2015-06-18Pass the 802.11 pseudo-header as an argument.Guy Harris1-7/+33
2015-06-16Add the wireless toolbar.Gerald Combs1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-25/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-24Fixed mausb valid bit & added invalid_valid TFSSean O. Stalley1-1/+0
2014-03-24Add the FNET_PRIVATE ppi extension.Clay Jones1-0/+18
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-4/+4
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-15No need to use the pinfo poolPascal Quantin1-1/+1
2013-09-15A few more dissectors converted to wmemPascal Quantin1-1/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-08-09Make more filterable items courtesy of convert_proto_tree_add_text.plMichael Mann1-24/+41
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-5/+4
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+2
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-4/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-9/+4
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-10/+8
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
2013-02-14Show the signal strength as dBm, as that's what it is in the PPI header.Guy Harris1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-63/+63
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2011-12-30Fix 'encoding-arg' for ptvcursor_add_with_subtree(): TRUE=>ENC_LITTLE_ENDIAN,...Bill Meier1-6/+6
2011-10-25Fix an encoding argBill Meier1-1/+1
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier1-41/+41
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-29Remove unneeded #includes and do other minor cleanup.Bill Meier1-8/+8
2011-07-28Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.Bill Meier1-1/+3
2011-06-20From Jon Ellch via bug 5175:Gerald Combs1-8/+8