aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-09-15delete the old dissector and point the makefile to the new dissectorsahlberg3-1690/+2
2005-09-15new pidl generated atsvc dissector and its conformance filesahlberg4-0/+1664
2005-09-15Get rid of a no-longer-used variable.guy1-1/+0
2005-09-15Move OUIs from LLDP dissector to oui.h.guy1-35/+39
2005-09-15Use ep_strdup_printf() to generate the "not found in value_string table"guy1-3/+1
2005-09-15Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,guy1-2/+6
2005-09-15A first go at importing some pidl generated code into ethereal. This tpot13-1264/+4594
2005-09-15Replace the spnego dissector with an asn2eth generated one.etxrab2-1015/+556
2005-09-15Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.guy1-68/+123
2005-09-15We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineguy1-659/+594
2005-09-15Properly handle 64-bit integer constants (they don't happen by magic,guy1-23/+23
2005-09-15Squelch some warnings, fix some typoes.guy1-3/+3
2005-09-14add E_OUTOFMEMORYulfl1-0/+1
2005-09-14From Peter Johanssonetxrab1-1/+1
2005-09-14Fix a warning.etxrab1-1/+1
2005-09-14From Brian Bogora:etxrab2-0/+2195
2005-09-14From Dinesh G Duttetxrab8-81/+808
2005-09-14Do the variable binding with dissect_ber_x() routines rather than asn1 ones.etxrab1-63/+80
2005-09-14Dont't carsh if dissect_ber_null() isn't passed a hf_id.etxrab1-2/+2
2005-09-14Allow dissection of dcerpc of short frames instead of aborting as soon as i...sahlberg1-68/+74
2005-09-14for octet strings that span beyond the end of a "short" tvb, create a new s...sahlberg1-4/+7
2005-09-14when we have raw keberos inside the spnego blob, pass it as is over tosahlberg1-2/+1
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largegerald1-0/+9
2005-09-13add to the protocol item a short description what a "Short Frame" isulfl1-1/+1
2005-09-13increment index of IID's in COL_INFOulfl1-1/+1
2005-09-13Get application ID from the packet.etxrab1-22/+22
2005-09-13don't simply remove the expert_info output at BoundsError, but add the commen...ulfl1-0/+5
2005-09-13From Ankur Aggarwal:etxrab1-5/+5
2005-09-13From Stefan Metzmacheretxrab1-18/+79
2005-09-13From Piros Lucian:etxrab3-0/+1022
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inguy6-32/+54
2005-09-13Don't pass an arbitrary string from a packet to a routine expecting aguy1-0/+1
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toguy5-54/+56
2005-09-12add number of defragmented bytes to the expert info outputulfl1-2/+3
2005-09-12Get rid of "dtd_grammar.out" on a "make distclean".guy2-9/+14
2005-09-12Add a header file to declare routines defined in lexer and used inguy4-8/+40
2005-09-12Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].guy1-6/+22
2005-09-12"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on itguy1-4/+7
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongguy3-46/+62
2005-09-12In now supports also:tuexen1-27/+83
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someguy8-53/+30
2005-09-12fix fault defragmentation the same way as in the request/response pathulfl1-18/+7
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...ulfl3-68/+35
2005-09-11Fix a typo.guy1-1/+1
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forguy3-3/+6
2005-09-11Add some braces to squelch a compiler warning.guy1-13/+14
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy43-223/+171
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,ulfl3-3/+3
2005-09-11Get rid of dependency on format-oid.hetxrab1-82/+18
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...ulfl3-4/+4