summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-15actx in the rest of dissect_ber..()lAnders Broman83-2107/+2171
svn path=/trunk/; revision=21773
2007-05-14Attempt to fix bug 1360.Jaap Keuter1-8/+6
Remove calls to tvb_free on subsets, since this seems to upset the tvb administration(!?) svn path=/trunk/; revision=21772
2007-05-14From Dustin Johnson: Fix a couple of spelling errors. Normalize the displayGerald Combs1-10/+4
of A-MPDU and A-MSDU trees. svn path=/trunk/; revision=21771
2007-05-14Update to the latest Win32 libraries.Gerald Combs2-13/+13
svn path=/trunk/; revision=21770
2007-05-14Quote the path to make-dissector-reg.py.Gerald Combs1-1/+1
svn path=/trunk/; revision=21769
2007-05-14next missing includesTomas Kukosa2-0/+2
svn path=/trunk/; revision=21768
2007-05-14some minor fixes for the Win32 setup guide:Ulf Lamping1-18/+18
- command.com -> cmd.exe - reverse the calling of vcvars32 and setenv environment setting scripts (to avoid problems with nmake) svn path=/trunk/; revision=21767
2007-05-14remove packet-rnsap.h which was emptyTomas Kukosa1-1/+0
svn path=/trunk/; revision=21766
2007-05-14missing includesTomas Kukosa2-0/+2
svn path=/trunk/; revision=21765
2007-05-14- give NACK reason codes in hex rather than decimalMartin Mathieson1-39/+39
- minor prettifications svn path=/trunk/; revision=21764
2007-05-14fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this ↵Tomas Kukosa1-1/+1
function svn path=/trunk/; revision=21763
2007-05-14packet-rnsap-template.h is not necessaryTomas Kukosa1-38/+0
svn path=/trunk/; revision=21762
2007-05-14- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)Tomas Kukosa15-34923/+34805
(original unchanged ASN.1 source could be used because asn2wrs has been improved) - IE value switch(){} replaced with dissector table (some switch() and dummy CHOICE still remains but will be removed soon) svn path=/trunk/; revision=21761
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping34-0/+7271
new dissector for OPCUA protocol svn path=/trunk/; revision=21760
2007-05-14fix a bug found while fuzz testing the opcua dissector:Ulf Lamping1-2/+11
MSVC 2005 crashes, if localtime is called with very large numbers (in this case 218939827321) - probably due to changes that time_t is now 64bits long as default limit the number given to localtime to a reasonable value while this isn't a nice fix, I don't see a better way to fix it :-( svn path=/trunk/; revision=21759
2007-05-14- support of constraint unionsTomas Kukosa4-127/+295
- support of FN_VARIANT parameter for OpenType - many small changes svn path=/trunk/; revision=21758
2007-05-14- more variants of dissect_per_open_type_*()Tomas Kukosa4-44/+109
- move asn1_get_real() to asn1.c/.h svn path=/trunk/; revision=21757
2007-05-13replace an incorrect '{' with ';' in the ber header fileRonnie Sahlberg2-2/+2
change the signature for dissect_ber_external_type() to only provide the parameter actx once svn path=/trunk/; revision=21756
2007-05-13actx in ber_externalAnders Broman3-3/+3
svn path=/trunk/; revision=21755
2007-05-13Try to make the buildbot happy.Anders Broman1-1/+1
svn path=/trunk/; revision=21754
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman202-28852/+30065
svn path=/trunk/; revision=21753
2007-05-12From bug 1492: Fortify layer name presentation.Jaap Keuter1-5/+5
Some code cleanups. svn path=/trunk/; revision=21752
2007-05-12Fix a bunch of spelling errors.Gerald Combs1-37/+37
svn path=/trunk/; revision=21751
2007-05-11Copy environment variable HTTP_PROXY when set to http_proxy so wget can grab it.Stephen Fisher1-0/+3
Also add $Id$ tag svn path=/trunk/; revision=21750
2007-05-11implented -> implemented.Gerald Combs1-2/+2
svn path=/trunk/; revision=21749
2007-05-11Add separate filters for vendor-specific HT items.Gerald Combs1-30/+56
svn path=/trunk/; revision=21748
2007-05-11Fix for bug 1545.Jaap Keuter1-16/+38
Add a preference to support BVLC on non standard UDP port. svn path=/trunk/; revision=21747
2007-05-11From Andrew Feren:Anders Broman1-26/+84
This patch collapses start and end time for each flow to a single duration item. The duration item can, of course, be expanded to display the start and end time. svn path=/trunk/; revision=21746
2007-05-11make create_options, access_mask and share_access fitlerableRonnie Sahlberg1-8/+25
svn path=/trunk/; revision=21745
2007-05-10On slow displays (such as RDP sessions), it looks like the "update"Gerald Combs1-2/+12
callback routines might get called before we're ready for them. Add checks to handle this. Fixup whitespace. svn path=/trunk/; revision=21744
2007-05-10add more tracking of FID propertiesRonnie Sahlberg2-270/+356
track create_flags, access_mask, file_attributes, share_access and create options for all FIDs svn path=/trunk/; revision=21743
2007-05-10- show NACK summary in info columnMartin Mathieson1-9/+55
- calculated and show compression ratio achieved - show some fields as being generated svn path=/trunk/; revision=21742
2007-05-10mipv6 -> ipMartin Mathieson1-1/+3
svn path=/trunk/; revision=21741
2007-05-10Make dhcpv6 findable by name.Martin Mathieson1-0/+4
svn path=/trunk/; revision=21740
2007-05-10prettify dissection of FIDs,Ronnie Sahlberg3-46/+58
put the filename, if known, on the fid expansion line also place a "generated" fid in failed ntcreateandx so it is easier to quickly see which file the ntcreateandx failed for svn path=/trunk/; revision=21739
2007-05-09Fix for bug 1497.Jaap Keuter1-5/+5
Set DSCP_VALUE column info without tree to support export operations. svn path=/trunk/; revision=21738
2007-05-09Cast values to correct sizes for number of bits to squelch Win32 warningsGraham Bloice1-3/+3
svn path=/trunk/; revision=21737
2007-05-09fix manifest dll errorUlf Lamping1-1/+1
svn path=/trunk/; revision=21736
2007-05-09fix manifest error: for dll's mt.exe must be given ;2Ulf Lamping1-1/+1
svn path=/trunk/; revision=21735
2007-05-09fix manifest error: for dll's mt.exe must be given ;2Ulf Lamping1-1/+1
svn path=/trunk/; revision=21734
2007-05-09Unless I've missed something, the number of subframes can be as many asGuy Harris1-1/+1
16 (4 bits, 0-origin, so that's 15 + 1 as the maximum). svn path=/trunk/; revision=21733
2007-05-08Fix for bug 1103:Jaap Keuter1-11/+13
1. in dissect_routing6() if (rt.ip6r_type == 2) set pinfo->dst to the Home Address. 2. dissect_mipv6_hoa() set the pinfo->src to the Home Address. svn path=/trunk/; revision=21732
2007-05-08From Victor Fajardo:Stephen Fisher1-1/+1
The packet-pana.c dissector I have submitted previously [SVN rev 21447] had a minor issue. The following are the fixes: Change packet-pana.c, Line 823: { "Ping","pana.flags.e", to: { "Error","pana.flags.e", svn path=/trunk/; revision=21731
2007-05-08Fix for bug #1532 -Stephen Fisher1-2/+2
From Kenneth Golomb: Fixes two issues: 1) interface_name is allocated iface_len+1 bytes but a buffer length of iface len is passed in when the string is copied. This truncates the string to 9 characters if the interface_name is 10 characters long. 2) interface_name added to tree with proto_tree_add_string_format and is missing the initial value parameter when called. Even if this is added the field can not be filtered on. Adding the field with proto_tree_add_item fixes both the tree display and the filtering issues. svn path=/trunk/; revision=21730
2007-05-08Update from samba tree revision 22657 to 22761Jörg Mayer2-10/+20
============================ Samba log start ============ ------------------------------------------------------------------------ r22667 | metze | 2007-05-04 12:44:41 +0200 (Fri, 04 May 2007) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm revert revision 22640 as it breaks nested structs in idl metze ------------------------------------------------------------------------ r22741 | jelmer | 2007-05-07 14:31:42 +0200 (Mon, 07 May 2007) | 1 line Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Add MSVC-specific pragma's for Wireshark. Patch from Ronnie. ------------------------------------------------------------------------ r22742 | jelmer | 2007-05-07 14:41:23 +0200 (Mon, 07 May 2007) | 1 line Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Fix tests. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=21729
2007-05-08Use new 'unknown' value for dch_crc_present for EDCH channels.Martin Mathieson1-1/+6
svn path=/trunk/; revision=21728
2007-05-08Fix proto_tree_add_bits_ret_val() (as now used by FP dissector).Martin Mathieson1-6/+11
Note that FP uses this function in a limited way, but this fixes problems seen. svn path=/trunk/; revision=21727
2007-05-08From Kriang Lerdsuwanakij:Martin Mathieson3-182/+216
This patch adds the handling of Spare Extension bytes to UMTS Frame Protocol. It also handles the case when the presence of CRC in dedicated channels is not known (i.e. when FP from a K12/K15 log is dissected). The new functionality is placed in the new function "dissect_spare_extension_and_crc". The "dch_crc_present" field inside "struct fp_info" (file packet-umts_fp.h) is also extended to handle the case of unknown CRC presence. Much of other changes is to update "offset" variable and return it so that the location of Spare Extension and CRC is available. The patch also include a small tweak to handle Frame Protocol information saved from K15. Some fields appear 8 bytes later compared to K12. The changes are in the file packet-k12.c. svn path=/trunk/; revision=21726
2007-05-08propset...Jörg Mayer1-1/+1
svn path=/trunk/; revision=21725
2007-05-08Add NULL dereference checks. Fixes Coverity CID 241.Gerald Combs1-5/+5
svn path=/trunk/; revision=21724