aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-8/+6
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-06From Stephen Donnelly: Correct ERF name, add WTAP_ENCAP string display https:...Anders Broman1-6/+25
2012-05-03General cleanup to include:Bill Meier1-68/+95
2012-04-18Show WIRETAP_ENCAnders Broman1-0/+7
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris1-1/+1
2012-04-05WTAP_ENCAP_MTP2 is for MTP2 *without* a pseudo-header giving directionGuy Harris1-1/+0
2012-04-04From Rolf Fiedler:Anders Broman1-0/+4
2012-03-02Use the expert system to show packet comments.Anders Broman1-2/+5
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-38/+49
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-7/+33
2012-01-30Revert 40772: the abort() needs to be pushed higher (into packet.c?) soJeff Morriss1-3/+0
2012-01-30If WIRESHARK_ABORT_ON_DISSECTOR_BUG is set, abort() out if we happened toJeff Morriss1-0/+3
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-11-28Use __except(EXCEPTION_EXECUTE_HANDLER) rather than __except(TRUE);Bill Meier1-2/+2
2011-11-21Another case of written to only variable.Jörg Mayer1-5/+0
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-13From Edwin Groothuis via bug 6179:Stig Bjørlykke1-0/+8
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-04-23Use orginal nsstime_t structures (without copying).Jakub Zawadzki1-16/+7
2011-04-15From Edwin Groothuis via bug #5833: Make number of bits in Frame headerStephen Fisher1-4/+14
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris1-1/+0
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