aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-17/+17
2010-11-02From Daniel Ginsburg:jake1-0/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-2/+2
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.rbalint1-0/+2
2010-08-16Modernize the SONMP ("SynOptics Network Management Protocol") dissector by re...sfisher1-1/+1
2010-02-03Try to get rid of unused code warnings.etxrab1-2/+3
2010-01-29Add 3GPP2 OUI.etxrab1-23/+24
2009-09-24Don't guard col_append_str with check_colkrj1-3/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-21/+16
2009-08-09Don't guard col_clear with col_checkkrj1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-07-13Fix for bug 3710:jake1-2/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-4/+4
2009-06-23From Nathan Hartwell:jake1-0/+14
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-05-08Clean up header fields.jake1-26/+26
2009-05-05Get rid of some other uses of ethertype() for protocols that don't haveguy1-12/+17
2009-05-03Don't use ethertype() - it's a bit of overkill.guy1-10/+18
2009-05-02Add the mesh header dissector for OLPC mesh network packets, and haveguy1-0/+45
2009-05-01Clean up white space.guy1-22/+22
2009-03-01From Carles Kishimoto:jake1-3/+6
2008-05-14From Steve Karg:jake1-0/+1
2008-04-10Turbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended ...jake1-2/+10
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...richardv1-3/+3
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-0/+1
2006-09-20From David Pelton:etxrab1-14/+29
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-21updates to get the fc and scsi dissectorssahlberg1-0/+1
2005-10-25From Martin Andréetxrab1-6/+118
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-6/+6
2005-08-27Add classification of an aironet proprietary L2 protocoljmayer1-0/+1
2005-08-25add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)ulfl1-0/+4
2005-08-11Add Extreme OUI, reorder alphabeticallyjmayer1-6/+7
2005-07-28char -> const char warning fixesjmayer1-1/+1
2005-07-20"fix" bug #244: the implementation was correct but a bit hard to understand. ...ulfl1-6/+6
2005-03-21Add a capture_fr() routine when capturing on Frame Relay.guy1-58/+69
2005-01-06Handle the case where nobody registers any OUIs and oui_info_table isguy1-3/+6
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-2/+2
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedguy1-3/+11
2004-10-11From Mark C. Brown: add HP's OUI.guy1-0/+1
2004-09-28Move the xDLC helper routines into epan.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+750