aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 Combs2-13/+19
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 Combs2-2/+2
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-05Update manufJörg Mayer1-16/+246
svn path=/trunk/; revision=18664
2006-07-05Add a comment about a Cisco proprietary tag.Jörg Mayer1-0/+2
svn path=/trunk/; revision=18663
2006-07-05From Martin Mathieson:Anders Broman1-3/+7
Mike Oliveras has indicated that for MGCP voip calls, 2 seconds may be a better timeout for still matching DLCX requests to a hung-up endpoint, as in this patch. svn path=/trunk/; revision=18662
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-04copy over the files from the Ethereal user profile directory, if the ↵Ulf Lamping1-0/+11
Wireshark dir currently doesn't exist svn path=/trunk/; revision=18659
2006-07-04update the files information to reflect the current implementation, as some ↵Ulf Lamping1-6/+6
files can also reside in the personal profile for some time now svn path=/trunk/; revision=18658
2006-07-04Fix indentation.Guy Harris1-14/+14
svn path=/trunk/; revision=18657
2006-07-04Don't test a variable in a loop if its value never changes.Guy Harris1-8/+5
Get rid of arguments and #defines that are no longer used as a result of the previous change. svn path=/trunk/; revision=18656
2006-07-04Update to current samba branch (sorry, lost the samba changelog)Jörg Mayer12-104/+184
while maintaining the Ethereal -> Wireshark changes. svn path=/trunk/; revision=18655
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 Kukosa2-2/+2
svn path=/trunk/; revision=18653
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa26-9273/+9282
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 Sahlberg2-9/+7
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 Sahlberg2-2/+2
svn path=/trunk/; revision=18648
2006-07-04make new_format_oid return ep allocated data.Ronnie Sahlberg2-13/+19
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-04Fix the usage output to all go to the same stream.Guy Harris1-4/+4
svn path=/trunk/; revision=18646
2006-07-04make format_oid use ep allocated memory internally instead of malloced memoryRonnie Sahlberg2-19/+17
svn path=/trunk/; revision=18645
2006-07-04make format_var return ep allocated memoryRonnie Sahlberg2-25/+17
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 Sahlberg3-1/+470
REXEC support svn path=/trunk/; revision=18642
2006-07-03From Martin Mathieson:Anders Broman2-462/+484
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-03Update the ptvcursors chapter.Jaap Keuter1-10/+20
svn path=/trunk/; revision=18639
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 Kukosa14-10539/+10550
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-01remove some warnings (2nd try)Ulf Lamping2-10/+10
svn path=/trunk/; revision=18635
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 some "signedness" warningsUlf Lamping2-40/+40
svn path=/trunk/; revision=18633
2006-07-01remove two old commentsUlf Lamping1-2/+0
svn path=/trunk/; revision=18632
2006-07-01bugfix: open the Win32 print dialog a second time resulted in "funny" behaviour Ulf Lamping1-1/+7
printing on Win32 uses the print to file "option", don't overwrite the internal settings while doing so svn path=/trunk/; revision=18631
2006-07-01mark unused parametersUlf Lamping2-3/+3
svn path=/trunk/; revision=18630
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-01Explicitly note that a "Please report this to the Wireshark developers"Guy Harris1-1/+2
is *NOT* a crash; if Wireshark had crashed, it couldn't have put up that dialog. (Yes, at least one bug report calls it a crash; see Ethereal bug 1006 at http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=1006.) svn path=/trunk/; revision=18628
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris15-40/+50
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