aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15paacket-llc.c: Minor changesBill Meier1-2/+14
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-44/+31
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-01Just have one value_string table for OUIs.Guy Harris1-1/+1
2014-05-31Move the definitions of OUI value_strings to epan/oui.c.Guy Harris1-55/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-3/+3
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte1-1/+0
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-14Add a cast to silence an unnecessary warning.Evan Huus1-1/+1
2013-12-14From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9158Evan Huus1-15/+61
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard1-3/+1
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-1/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-15/+7
2013-04-07Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-03-19From beroset:Anders Broman1-3/+3
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2012-11-04From Andrei Emeltchenko: Add OUI_BLUETOOTH part of https://bugs.wireshark.org...Anders Broman1-0/+1
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-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-28From Mijo Safradin:Anders Broman1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-17/+17
2010-11-02From Daniel Ginsburg:Jaap Keuter1-0/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-2/+2
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.Balint Reczey1-0/+2
2010-08-16Modernize the SONMP ("SynOptics Network Management Protocol") dissector by re...Stephen Fisher1-1/+1
2010-02-03Try to get rid of unused code warnings.Anders Broman1-2/+3
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