aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2006-07-07Fix more bugs reported by Ilja van Sprundel.Gerald Combs4-51/+61
packet-pktc.c: Catch an underflow. packet-ospf.c: Don't burn CPU cycles unnecessarily. packet-rpc.c: Catch an overflow. packet-mq.c: Check a header size. Fix up whitespace. svn path=/trunk/; revision=18685
2006-07-07add missing #include <epan/emem.h> to fix a related warningUlf Lamping1-0/+2
svn path=/trunk/; revision=18684
2006-07-07Fix our loop checks.Gerald Combs1-2/+4
svn path=/trunk/; revision=18683
2006-07-07Fix another infinite loop. Remove redundant code.Gerald Combs1-18/+3
svn path=/trunk/; revision=18681
2006-07-07From Martin Mathieson:Anders Broman1-1/+1
packet-diameter.c - show vendor ID as a decimal number diameter/chargecontrol.xml - add more AVP entries from 3GPP TS 32.299 (6.6.0) svn path=/trunk/; revision=18679
2006-07-07Fix more bugs found by Ilja van Sprundel.Gerald Combs4-183/+184
packet-mount.c: Don't allocate a huge amount of memory. packet-ntp.c: Fix a possible format string bug. packet-ndps.c: packet-nmas.c: Fix an off-by-one buffer error. svn path=/trunk/; revision=18678
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.Gerald Combs4-384/+384
svn path=/trunk/; revision=18677
2006-07-06add another CBA DCOM HRESULTUlf Lamping1-0/+1
svn path=/trunk/; revision=18675
2006-07-06Catch an infinite loop.Gerald Combs1-0/+1
svn path=/trunk/; revision=18672
2006-07-06New dissector for the cisco wireless ids communication protocolJörg Mayer2-0/+199
(name invented by me, better suggenstions welcome). svn path=/trunk/; revision=18671
2006-07-06Includeing prefs.h once is sufficientJörg Mayer1-1/+0
svn path=/trunk/; revision=18670
2006-07-06the pidl parameter is now --ws-parser and not --eth-parserRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18669
2006-07-05Fix an infinite loop in dissect_ber_tagged_type(). Fix up whitespace.Gerald Combs1-3/+5
svn path=/trunk/; revision=18668
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs1-8/+11
recent fuzz error. Fix up whitespace. svn path=/trunk/; revision=18667
2006-07-05Fix a format string bug. This should fix some of the current fuzzGerald Combs1-1/+1
crashes. svn path=/trunk/; revision=18666
2006-07-05Make our tvb exists before we try to dereference it. Fixes some of the Gerald Combs1-32/+35
current fuzz errors. svn path=/trunk/; revision=18665
2006-07-05Add a comment about a Cisco proprietary tag.Jörg Mayer1-0/+2
svn path=/trunk/; revision=18663
2006-07-05From Jeff Morriss:Anders Broman1-45/+64
- changes the ISUP dissector preference to follow MTP3's preference rather than having its own (similar to SCCP, M3UA, etc.). I did not obsolete the old preference because it was never put out in a release (only SVN users would have seen it). I can change that if desired. - add dissection of ANSI CRM message svn path=/trunk/; revision=18661
2006-07-05From Willem Dekker:Anders Broman1-22/+42
The attached patch fixes this and converts the sms content (7 bit encoded, gms 03.38 alphabet) into utf8. svn path=/trunk/; revision=18660
2006-07-04coverity 201Ronnie Sahlberg1-7/+0
remove some dead code introduced in the recent rewrite svn path=/trunk/; revision=18654
2006-07-04get rid of warning messageTomas Kukosa1-1/+1
svn path=/trunk/; revision=18653
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa18-9203/+9212
svn path=/trunk/; revision=18652
2006-07-04make the string allocated with g_,alloc since preferences have a scope ↵Ronnie Sahlberg1-1/+1
longer than se svn path=/trunk/; revision=18651
2006-07-04memory allocated by strdup is not frred by using g_freeRonnie Sahlberg1-9/+1
replace with se storage svn path=/trunk/; revision=18650
2006-07-04replace the two remaining g_malloc with ep_allocRonnie Sahlberg1-6/+5
this indirectly fixes a tiny memory leak with one of the g_mallocs svn path=/trunk/; revision=18649
2006-07-04check_var_length can also return ewp allocated memory nowRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18648
2006-07-04make new_format_oid return ep allocated data.Ronnie Sahlberg1-8/+11
this also removes several small memory leaks through get_oid_name and get_oid_str_name where the callers nevber freed the data svn path=/trunk/; revision=18647
2006-07-04make format_oid use ep allocated memory internally instead of malloced memoryRonnie Sahlberg1-11/+10
svn path=/trunk/; revision=18645
2006-07-04make format_var return ep allocated memoryRonnie Sahlberg1-14/+10
svn path=/trunk/; revision=18644
2006-07-04Note what the standards are for FDDI.Guy Harris1-0/+4
svn path=/trunk/; revision=18643
2006-07-03from Stephen FisherRonnie Sahlberg2-0/+465
REXEC support svn path=/trunk/; revision=18642
2006-07-03From Martin Mathieson:Anders Broman1-457/+473
packet-diameter.c -------------------------- I completely reindented dissect_avps() before I made any changes, but when ignoring white space (in tkdiff, -w plus checking 'Ignore blanks when diffing'), its easy to see the small changes I've made: - when fail to find AVP info, show code in tree parent in decimal (as specs do) - add an expert info (undecoded, note) to indicate unknown AVP codes diameter/imscxdx.xml ------------------------------- - added 'Associated-Identities' svn path=/trunk/; revision=18641
2006-07-03From Nils Ljungberg:Anders Broman1-288/+274
activate_secondary_pdp_contex_acc - radio priority missing, QoS wrongly dekoded. Fault in i detach_req: should be ELEM_OPT_TLV identiy half-octeten ignored. "Cause" written as "LLC SAPI" Decoding of TFT. svn path=/trunk/; revision=18640
2006-07-03From: Hannes GredlerJaap Keuter1-4/+9
attached a patch for the BGP dissector for correct display of VPLS NLRIs as per the latest spec (draft-ietf-l2vpn-vpls-bgp-08). svn path=/trunk/; revision=18638
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵Tomas Kukosa12-10518/+10529
field information svn path=/trunk/; revision=18637
2006-07-01Rewrite of dissector: get rid of static structures and use helper functions ↵Jaap Keuter1-934/+461
available in the form of ptvcursor. Add AF_INET6 support to fix bug 961. svn path=/trunk/; revision=18636
2006-07-01lower the expert info level from NOTE to CHAT for the multiple PDU message, ↵Ulf Lamping1-1/+1
as this is a common behaviour svn path=/trunk/; revision=18634
2006-07-01remove two old commentsUlf Lamping1-2/+0
svn path=/trunk/; revision=18632
2006-07-01minor indentation changesRonnie Sahlberg1-25/+16
put an entry in the tree for the encrypted payload svn path=/trunk/; revision=18629
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris5-35/+40
svn path=/trunk/; revision=18627
2006-07-01Get rid of an unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=18626
2006-07-01Get rid of an unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=18625
2006-07-01true_false_strings are just structures, not arrays of structures.Guy Harris1-1/+1
svn path=/trunk/; revision=18624
2006-07-01Use #if 0/#endif, not commenting out, to remove a routine, so we don'tGuy Harris1-9/+11
have to worry about comments in the routine. Fix up indentation a bit. svn path=/trunk/; revision=18623
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa10-1957/+1957
svn path=/trunk/; revision=18621
2006-06-30from aaron christensenRonnie Sahlberg1-1/+14
fix dissection of get_auth_attr svn path=/trunk/; revision=18619
2006-06-29from metzeRonnie Sahlberg4-54/+124
prettify dissection of filters containing substring and extensiblematch svn path=/trunk/; revision=18617
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to ↵Anders Broman2-2/+10
heuristically dissect RANAP ower SUA. svn path=/trunk/; revision=18616
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added ↵Ulf Lamping3-22/+545
profinet_type field to the packet_info struct svn path=/trunk/; revision=18615
2006-06-29keep the (optional) Object UUID in the call valueUlf Lamping2-3/+10
svn path=/trunk/; revision=18613