aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-1/+1
2010-01-08Changes to use consistent indentation.Bill Meier1-206/+206
2009-12-19Oops, back out my little test change.Guy Harris1-4/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+5
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+15
2009-11-29From enhancement bug #4272: Patch to add new filterable field -Stephen Fisher1-0/+15
2009-11-25Show the number of bits captured and on the wire. Use unsigned ints.Gerald Combs1-6/+12
2009-09-21Store 'color_filter' as const in 'frame_data'Kovarththanan Rajaratnam1-1/+1
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam1-1/+1
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...Kovarththanan Rajaratnam1-12/+16
2009-09-06The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...Kovarththanan Rajaratnam1-5/+6
2009-08-15The frame dissector contains a kludge to workaround the fact that the Protoco...Kovarththanan Rajaratnam1-20/+12
2009-08-03(Trivial) Fix two typos.Bill Meier1-1/+1
2009-07-22Get rid of check_col() in some of the more frequently used dissectors.Anders Broman1-19/+12
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher1-4/+4
2009-01-29Group time related fields.Jaap Keuter1-51/+40
2009-01-29Add initializer for force_docsis_encap preference.Jaap Keuter1-1/+1
2009-01-07From Duncan Salerno:Jaap Keuter1-0/+5
2009-01-04From Jim Young:Jaap Keuter1-0/+28
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+5
2008-05-21Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2549 : make the frame ...Jeff Morriss1-1/+43
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-0/+5
2007-12-23Use proto functions i.s.o. manipulating node data directly.Jaap Keuter1-1/+1
2007-11-16When reassembly is off, catch ReportedBoundsError when calling a subdissectorJeff Morriss1-1/+1
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss1-0/+1
2007-06-13Add support for PPI (the Per-Packet Information header), described atGerald Combs1-1/+1
2007-06-08From Stephen Donnelly of Endace:Guy Harris1-2/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-05-12From bug 1492: Fortify layer name presentation.Jaap Keuter1-5/+5
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": useJeff Morriss1-1/+1
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2007-03-23From Sake Blok:Stephen Fisher1-2/+14
2007-02-20Clarify the description of frame.time_delta. This partially addressesGerald Combs1-10/+10
2007-02-10add STATUS_STACK_OVERFLOW to the possible Win32 exception codes - unfortunate...Ulf Lamping1-1/+6
2007-01-21Change frame dissector to show "frame" instead of "packet" for all fieldsStephen Fisher1-8/+20
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-3/+3
2006-06-12I couldn't find the filter string to show only the marked frames until I had ...Ulf Lamping1-8/+10
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-16The code to read hcidump files sets the p2p pseudo-header forGuy Harris1-0/+1
2006-04-14fix #865: if the timestamps fraction (m/u/nsec) of a packet is out of range (...Ulf Lamping1-1/+16
2006-04-13Pass the right tree argument to the DOCSIS dissector if "treat allGuy Harris1-1/+1
2006-03-13SCSI is fairly unique among the ethereal protocols in that it is sometimes no...Ronnie Sahlberg1-0/+11
2006-03-02from Daniele Orlandi:Anders Broman1-0/+7
2006-02-23fix for bug 718Ronnie Sahlberg1-17/+7
2006-01-25from Gisle Vanem: Ulf Lamping1-3/+3