aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29From Pascal Quantin:etxrab1-0/+5
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-3/+3
2011-10-21Fix two proto_tree_add_item() encoding args not handled by fix-encoding-arg.wmeier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-13/+13
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-4/+4
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-29/+29
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-08-31Second try to move crc routines to libwsutil.stig1-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-2/+2
2011-08-30Move all crc routines to libwsutil.stig1-2/+2
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
2011-05-10Allow both PPP and ISO/IEC 13818-1 over USB to be dissected using heuristics.cmaynard1-6/+5
2011-03-24Don't assign to a proto_item* if the value won't be used:wmeier1-27/+44
2011-02-12Register an ett_ variable.morriss1-0/+1
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-1/+1
2011-01-21Adress => Address corrections (also in comments).sake1-3/+3
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-62/+62
2010-11-01Use value_string_ext fcns to access various value_string arrays.wmeier1-643/+661
2010-10-22From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-189/+92
2010-10-21From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-82/+139
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.rbalint1-0/+2
2010-06-20Added an expert info for "4 NOP in a row" in IP and TCP.stig1-5/+5
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-4/+4
2010-05-30From Chris Maynard:jake1-0/+1
2010-05-30From Chris Maynard:jake1-15/+24
2010-05-12From Chris Maynard via bug 4722:gerald1-0/+1
2010-04-21From Chris Maynard:guy1-2/+51
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-02-01Use consistent indentation; remove trailing spaces/tabs on lines.wmeier1-2280/+2280
2010-01-30From Shivesh Makharia:jake1-0/+561
2010-01-30IANA updates and fixes for PPP types.jake1-4/+6
2010-01-27From shivesh83@gmail.com:etxrab1-62/+66
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-5/+5
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-9/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkkrj1-12/+6
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-16/+8
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-24/+12
2009-08-09Don't use DISSECTOR_ASSERT() to check a packet's content. Fixes bugguy1-6/+18
2009-06-21From Kovarththanan Rajaratnam via bug 3548:stig1-13/+13
2009-05-13Apply some of the patches from:etxrab1-4/+2
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2009-03-08Indicate hexadecimal preferences.stig1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1