aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-25Use the right treeLuis Ontanon1-1/+1
2006-01-24Add register_postdissector() to the API.Luis Ontanon1-4/+3
2006-01-22add Win32 Structured Exception Handling (SEH) at the same place we're already...Ulf Lamping1-2/+26
2006-01-21add matched coloring rule name and string to the frame dissector output (or n...Ulf Lamping1-1/+23
2005-12-16From Stig BRonnie Sahlberg1-0/+27
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-3/+1
2005-09-23show the same [Packet size limited during capture] message in the column info...Ulf Lamping1-1/+1
2005-09-18as discussed in the Users list: replace "Short Frame" by "Packet size limited...Ulf Lamping1-3/+3
2005-09-13add to the protocol item a short description what a "Short Frame" isUlf Lamping1-1/+1
2005-09-13don't simply remove the expert_info output at BoundsError, but add the commen...Ulf Lamping1-0/+5
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris1-4/+3
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-4/+16
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-6/+3
2005-08-06If a dissector writer directly throws DissectorError, don't punish theGuy Harris1-16/+26
2005-08-06Support throwing an exception with a null message pointer, and have theGuy Harris1-0/+1
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs1-1/+0
2005-08-04Exception handling fixes, and a fix to packet-frame.c,Gilbert Ramirez1-0/+9
2005-06-22add a dummy variable frame_number to dissect_frame() and assign it the curren...Ronnie Sahlberg1-1/+6
2005-06-01mark some fields as generated and clarify some field descriptionsUlf Lamping1-6/+10
2005-05-30More bug fixes from Steve Grubb. See bug 217 for details.Gerald Combs1-1/+1
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen1-0/+19
2005-04-11Major speed improvement for filtering and dissection.Ronnie Sahlberg1-7/+21
2005-01-20Squelch some compiler warnings.Guy Harris1-1/+1
2005-01-19Add a field called "frame.protocols" which shows the protocols presentGerald Combs1-2/+16
2005-01-16Rename the FieldError exception to DissectorError.Guy Harris1-10/+15
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping1-2/+14
2004-11-28From LEGO if Mate is pressent call it.Anders Broman1-0/+5
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+342