aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Add 3GPP2 OUI.Anders Broman1-23/+24
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-3/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-21/+16
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-07-13Fix for bug 3710:Jaap Keuter1-2/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-4/+4
2009-06-23From Nathan Hartwell:Jaap Keuter1-0/+14
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-08Clean up header fields.Jaap Keuter1-26/+26
2009-05-05Get rid of some other uses of ethertype() for protocols that don't haveGuy Harris1-12/+17
2009-05-03Don't use ethertype() - it's a bit of overkill.Guy Harris1-10/+18
2009-05-02Add the mesh header dissector for OLPC mesh network packets, and haveGuy Harris1-0/+45
2009-05-01Clean up white space.Guy Harris1-22/+22
2009-03-01From Carles Kishimoto:Jaap Keuter1-3/+6
2008-05-14From Steve Karg:Jaap Keuter1-0/+1
2008-04-10Turbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended ...Jaap Keuter1-2/+10
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...Richard van der Hoff1-3/+3
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-0/+1
2006-09-20From David Pelton:Anders Broman1-14/+29
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-0/+1
2005-10-25From Martin AndréAnders Broman1-6/+118
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-6/+6
2005-08-27Add classification of an aironet proprietary L2 protocolJörg Mayer1-0/+1
2005-08-25add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)Ulf Lamping1-0/+4
2005-08-11Add Extreme OUI, reorder alphabeticallyJörg Mayer1-6/+7
2005-07-28char -> const char warning fixesJörg Mayer1-1/+1
2005-07-20"fix" bug #244: the implementation was correct but a bit hard to understand. ...Ulf Lamping1-6/+6
2005-03-21Add a capture_fr() routine when capturing on Frame Relay.Guy Harris1-58/+69
2005-01-06Handle the case where nobody registers any OUIs and oui_info_table isGuy Harris1-3/+6
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-2/+2
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+11
2004-10-11From Mark C. Brown: add HP's OUI.Guy Harris1-0/+1
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+750