aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-30Fix 'encoding-arg' for ptvcursor_add_with_subtree(): TRUE=>ENC_LITTLE_ENDIAN,...wmeier1-6/+6
2011-10-25Fix an encoding argwmeier1-1/+1
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...wmeier1-41/+41
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-5/+5
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-07-29Remove unneeded #includes and do other minor cleanup.wmeier1-8/+8
2011-07-28Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.wmeier1-1/+3
2011-06-20From Jon Ellch via bug 5175:gerald1-8/+8
2011-04-12Don't assign to a variable if the value won't be used: Coverity 1002 & 1003.wmeier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-11-19Remove a check_col();wmeier1-73/+70
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchsfisher1-5/+80
2010-07-29Use ep-allocated strings for our data source names.gerald1-2/+2
2010-06-22Fix for bug 4852:jake1-16/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andguy1-1/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;wmeier1-163/+163
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-05-13Apply some of the patches from:etxrab1-2/+1
2008-12-22Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()guy1-1/+2
2008-12-08Updates for PPI 1.0.8.gerald1-28/+32
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-09-26Change emv -> evm, as noted in bug 2903.stig1-4/+4
2008-09-19Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap togerald1-9/+7
2008-06-24Add TurboCap-related changes from /trunk-1.0:gerald1-17/+146
2008-03-10Change the BSD-licensed written by CACE to BSD+GPL.gerald1-0/+4
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+0
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)wmeier1-1/+4
2007-08-22Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi....morriss1-4/+1
2007-08-17Instead of converting between 802.11 frequencies and channels umpteengerald1-45/+15
2007-06-26Add capture counts for PPI.gerald1-4/+43
2007-06-14Fix a bunch of errors found by gcc.gerald1-10/+7
2007-06-13Add support for PPI (the Per-Packet Information header), described atgerald1-0/+1189