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