summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-01-17Fix a small bug in h245.cnf.Lars Roland1-1/+3
2005-01-17Use -1 rather than tvb_length() to create a protocol tree item that runsGuy Harris2-10/+4
2005-01-17Reinsert h450 dissectionAnders Broman4-705/+2437
2005-01-17Export q931_protocol_discriminator_valsAnders Broman2-1/+3
2005-01-17If a string of zero length is encountered offset still needs to be advanced(?) Anders Broman1-2/+3
2005-01-17From Anders Broman:Lars Roland1-12/+9
2005-01-17Fix a typo in the previous checkin.Guy Harris1-1/+1
2005-01-17Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on WindowsGuy Harris1-29/+16
2005-01-17ASN.1 PER VisibleString supportTomas Kukosa3-0/+10
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"Guy Harris7-16/+22
2005-01-17When assembling application layer chunks, don't include the transportGuy Harris1-5/+12
2005-01-17Add the source file name and line number to the dissector bug reportGuy Harris1-2/+3
2005-01-17Use REPORT_DISSECTOR_BUG() for the "bogus length" error inGuy Harris1-2/+6
2005-01-17Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages beGuy Harris1-1/+16
2005-01-16Rename the FieldError exception to DissectorError.Guy Harris4-17/+31
2005-01-16Add a few more things to the h225 dissector that got lost.Lars Roland2-7/+16
2005-01-16Make the object length variable in some routines an "int"; we fetch aGuy Harris1-18/+13
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping11-13/+31
2005-01-16From Jon Ringle:Guy Harris1-82/+78
2005-01-16The keycode_first and keycode_count arguments to "listOfKeysyms()" canGuy Harris1-4/+8
2005-01-16Revert to the previous formatting of the item.Guy Harris1-7/+3
2005-01-16Display the keycode list for a modifier a bit differently (don't listGuy Harris1-12/+12
2005-01-15Correction for TP-Validity-Period extended format, from Victor Stratan:Guy Harris1-4/+5
2005-01-15From Carlos Pignataro: Layer Two Tunneling Protocol version 3 [L2TPv3]Guy Harris2-55/+362
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