aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28Use __except(EXCEPTION_EXECUTE_HANDLER) rather than __except(TRUE);wmeier1-2/+2
2011-11-21Another case of written to only variable.jmayer1-5/+0
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-08-13From Edwin Groothuis via bug 6179:stig1-0/+8
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+0
2011-04-23Use orginal nsstime_t structures (without copying).darkjames1-16/+7
2011-04-15From Edwin Groothuis via bug #5833: Make number of bits in Frame headersfisher1-4/+14
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noguy1-1/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-1/+1
2010-01-08Changes to use consistent indentation.wmeier1-206/+206
2009-12-19Oops, back out my little test change.guy1-4/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+5
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+15
2009-11-29From enhancement bug #4272: Patch to add new filterable field -sfisher1-0/+15
2009-11-25Show the number of bits captured and on the wire. Use unsigned ints.gerald1-6/+12
2009-09-21Store 'color_filter' as const in 'frame_data'krj1-1/+1
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetkrj1-1/+1
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...krj1-12/+16
2009-09-06The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...krj1-5/+6
2009-08-15The frame dissector contains a kludge to workaround the fact that the Protoco...krj1-20/+12
2009-08-03(Trivial) Fix two typos.wmeier1-1/+1
2009-07-22Get rid of check_col() in some of the more frequently used dissectors.etxrab1-19/+12
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files tosfisher1-4/+4
2009-01-29Group time related fields.jake1-51/+40
2009-01-29Add initializer for force_docsis_encap preference.jake1-1/+1
2009-01-07From Duncan Salerno:jake1-0/+5
2009-01-04From Jim Young:jake1-0/+28
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-0/+5
2008-05-21Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2549 : make the frame ...morriss1-1/+43
2008-02-03From Shane Kearns (bug 2237):stig1-0/+5
2007-12-23Use proto functions i.s.o. manipulating node data directly.jake1-1/+1
2007-11-16When reassembly is off, catch ReportedBoundsError when calling a subdissectormorriss1-1/+1
2007-10-16From Paolo Abeni via bug 1751:morriss1-0/+1
2007-06-13Add support for PPI (the Per-Packet Information header), described atgerald1-1/+1
2007-06-08From Stephen Donnelly of Endace:guy1-2/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-05-12From bug 1492: Fortify layer name presentation.jake1-5/+5
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": usemorriss1-1/+1
2007-04-16Frame numbers are unsigned, print them as suchmorriss1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
2007-03-23From Sake Blok:sfisher1-2/+14
2007-02-20Clarify the description of frame.time_delta. This partially addressesgerald1-10/+10
2007-02-10add STATUS_STACK_OVERFLOW to the possible Win32 exception codes - unfortunate...ulfl1-1/+6
2007-01-21Change frame dissector to show "frame" instead of "packet" for all fieldssfisher1-8/+20
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...ulfl1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-3/+3
2006-06-12I couldn't find the filter string to show only the marked frames until I had ...ulfl1-8/+10