aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-01-15From Yann: handle OLSR messages with an unknown message type, using theGuy Harris1-16/+44
2005-01-14Add support for extended sequence numbers as specified in Annex A of Q.703.Michael Tüxen1-60/+132
2005-01-14If an item in a source description chunk begins with 4 bytes of zero,Guy Harris1-16/+7
2005-01-14Pass 0, not FALSE, as the FCS length argument (FALSE is defined as 0,Guy Harris1-2/+2
2005-01-14From Greg Morris: Improve malformed packet handling.Gerald Combs1-3/+3
2005-01-14Fix indentation.Guy Harris1-73/+98
2005-01-14From Rene Pilz:Guy Harris2-47/+1791
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris11-0/+1973
2005-01-13Some minor bugfixes to H225 functions exported and an OID added and one OID f...Anders Broman4-37/+39
2005-01-13Use tcp_dissect_pdus() for DLSw-over-TCP.Guy Harris1-40/+156
2005-01-13Updates from Susanne Edlund.Guy Harris1-127/+1
2005-01-13Add support for a personal hosts file.Guy Harris1-15/+27
2005-01-13OPT RRs don't have a class field.Guy Harris1-4/+7
2005-01-13Use symbolic names for ARP types.Guy Harris1-5/+7
2005-01-13HTTP requests have no content if there's no Content-Length header and noGuy Harris1-9/+51
2005-01-13Display PER booleans the way other bitfields are displayed.Guy Harris1-2/+2
2005-01-13Don't crash on a negative lengthAnders Broman1-0/+4
2005-01-12add some of the DCE/RPC functions to the plugin APIUlf Lamping1-0/+1
2005-01-12performance improvement: Ulf Lamping1-44/+68
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itUlf Lamping4-78/+60
2005-01-10Add a "hex_str_to_bytes()" routineTomas Kukosa1-0/+1
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.Guy Harris3-638/+1204
2005-01-09Properly declare "dissect_h245()" and "dissect_h245_h245()" as returningGuy Harris2-3/+5
2005-01-08From Luis Ontanon: if new ett values are registered after theGuy Harris1-7/+16
2005-01-08Get rid of some of the boilerplate comments from the sample dissector,Guy Harris1-8/+3
2005-01-08Reinsert dissection of h450 messagesAnders Broman1-5/+22
2005-01-08Add a dissector for RTP payload AMR RFC 3267Anders Broman2-0/+256
2005-01-08Generate "conversations" code correctly, adaptions to changes in asn2eth gene...Anders Broman3-478/+530
2005-01-07Use BASE_NONE, not FT_NONE, for the "base" value of an FT_STRING field.Guy Harris1-1/+1
2005-01-07Get rid of duplicate "element signature" field.Guy Harris1-65/+39
2005-01-07Define data_handle at startup.Gerald Combs1-0/+2
2005-01-07From Mike Duigou: JXTA protocol support.Guy Harris2-0/+549
2005-01-07Constify a pointer, so that the array of pointers to ett_ values can beGuy Harris2-3/+3
2005-01-07Doxygen cleanups, from Mike Duigou.Guy Harris1-47/+58
2005-01-07Include <epan/address.h>, as per a suggestion by Thomas Boehne - not allGuy Harris1-0/+2
2005-01-07From Carlos Pignataro:Guy Harris2-1/+215
2005-01-07Put back the declaration of hostspath on Windows.Guy Harris1-0/+1
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()" whenGuy Harris1-0/+2
2005-01-07From Chris Maynard: free strings fetched with "tvb_fake_unicode()" whenGuy Harris1-1/+5
2005-01-07From Chris Maynard: free mallocated strings when we're done with them. Guy Harris1-20/+20
2005-01-07Move the open and close of the hosts file into "read_hosts_file()".Guy Harris1-18/+42
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()".Guy Harris1-184/+333
2005-01-07Check return value of getenv(). Lars Roland1-3/+7
2005-01-06Add a dissector to handle IEEE 802a's OUI Extended Ethertype; dissectorsGuy Harris4-0/+230
2005-01-06Handle the case where nobody registers any OUIs and oui_info_table isGuy Harris1-3/+6
2005-01-05From Chris Maynard: catch a case where a string allocated withGuy Harris1-1/+1
2005-01-05Use tvb_format_text() with %s format items, to handle non-printableGuy Harris1-5/+5
2005-01-05From Chris Maynard: don't extract strings with "tvb_get_string()" ifGuy Harris1-6/+8
2005-01-05From Chris Maynard: free strings allocated by "tvb_get_string()" afterGuy Harris1-0/+1
2005-01-05From Chris Maynard: free strings allocated by "tvb_fake_unicode()" afterGuy Harris1-0/+1