aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-07-26fix: duplicate section id's not allowedUlf Lamping1-1/+1
svn path=/trunk/; revision=15098
2005-07-26do not try to free the isup tap data.Luis Ontanon1-4/+0
svn path=/trunk/; revision=15097
2005-07-26fix from previous check in, set compression back to on :-(Ulf Lamping1-1/+1
svn path=/trunk/; revision=15096
2005-07-26add "BadOutOfService" quality codeUlf Lamping1-0/+1
svn path=/trunk/; revision=15095
2005-07-26the user's guide are describing 0.10.12 already, bump up versionUlf Lamping2-43/+78
update the Windows installation section to reflect the current installer changes svn path=/trunk/; revision=15094
2005-07-26fix detection of old/new WinPcap version, so WinPcap get's only installed by ↵Ulf Lamping1-10/+20
default if the user has a version lower than the delivered 3.1 beta 4 fix statistics tree caption svn path=/trunk/; revision=15093
2005-07-26From Brice Augustin: Use the correct packet length in randpkt.Gerald Combs2-2/+2
Build randpkt.exe by default under Windows. svn path=/trunk/; revision=15092
2005-07-26Revert back to GTK-Wimp 0.6.2. Move to WinPcap 3.1beta4.Gerald Combs8-8/+8
svn path=/trunk/; revision=15091
2005-07-26Minor changes/updates.Gerald Combs1-2/+2
svn path=/trunk/; revision=15090
2005-07-26Don't add a new data source if we don't have any data.Gerald Combs1-1/+1
svn path=/trunk/; revision=15089
2005-07-26In print_hex_data(), bail out early if our length is zero.Gerald Combs1-0/+2
svn path=/trunk/; revision=15088
2005-07-26add iFCP ELS UNBIND dissectionRonnie Sahlberg2-5/+57
svn path=/trunk/; revision=15087
2005-07-26rom Maynard, Chris :Anders Broman1-1/+1
The attached patches, generated via svn diff , correct various compiler & lint warnings, among them: lemon.c(2582) : warning C4090: '=' : different 'const' qualifiers svn path=/trunk/; revision=15086
2005-07-26From Maynard, Chris :Anders Broman6-70/+71
The attached patches, generated via svn diff , correct various compiler & lint warnings, among them: lemon.c(2582) : warning C4090: '=' : different 'const' qualifiers packet-ber.c(212) : warning C4018: '<=' : signed/unsigned mismatch packet-ber.c(228) : warning C4018: '>=' : signed/unsigned mismatch packet-bootp.c(2112) : warning C4018: '<' : signed/unsigned mismatch packet-iscsi.c(801) : warning C4018: '>=' : signed/unsigned mismatch svn path=/trunk/; revision=15085
2005-07-26From Peter Johansson:Anders Broman1-1/+5
The supplied patch takes care of the following compilation warnings: editcap.c(273) : warning C4013: 'getpid' undefined; assuming extern returning int editcap.c(464) : warning C4018: '<' : signed/unsigned mismatch svn path=/trunk/; revision=15084
2005-07-26From Peter Johansson:Anders Broman1-1/+3
The supplied patch takes care of the following compilation warnings: getopt.c(409) : warning C4013: 'strcmp' undefined; assuming extern returning int getopt.c(478) : warning C4013: 'strncmp' undefined; assuming extern returning int getopt.c(480) : warning C4013: 'strlen' undefined; assuming extern returning int svn path=/trunk/; revision=15083
2005-07-26Get rid of an unused variable.Anders Broman1-1/+0
svn path=/trunk/; revision=15082
2005-07-26From Hannes Gredler:Anders Broman1-65/+286
a patch that adds support for dissecting packets captured on ML-, LS- and AS PICs using Multi-link PPP encapsulation, running JUNOS 7.3 or higher; additional there i did some clean-up in the juniper dissector that makes future addition of JUNIPER_DLTs easier; svn path=/trunk/; revision=15081
2005-07-26add decoding of ELS iFCP CBIND packetsRonnie Sahlberg2-0/+101
svn path=/trunk/; revision=15080
2005-07-26char -> const char warning fixesJörg Mayer20-44/+44
svn path=/trunk/; revision=15079
2005-07-26From fred hoekstraRonnie Sahlberg4-0/+1585
New protocol: DEC DNA Routing protocol svn path=/trunk/; revision=15078
2005-07-26more newsRonnie Sahlberg1-0/+6
SecureLDAP and GSS-KRB encrypted DCE/RPC decryption support. TCP Sequence graphs is now tappified. svn path=/trunk/; revision=15077
2005-07-26iFCP uses one dedicated TCP session per fc-endpoint pair.Ronnie Sahlberg3-13/+44
The FC D_id and S_id fields in teh FC frame encapsulated inside iFCP unfortunately has "undefined" (semi-random) values so we can not use th S_/D_id matching in FC when transported atop iFCP. Change iFCP to call a new fc_ifcp handler instead of the fc handler. Add a new handler to FC specific to iFCP. Only set the pinfo->src/dst fields to the S_id/D_id fields IFF the FC frame was NOT transported ontop of iFCP. Othervise we just use the TCP/IP values that are already stored there. Some Hosts use RelativeOffset fields for FC. We can only dissect the RelOff field with offset 0. Change FC to only call the FCP subdissector if offset==0 when relative offsets are used. Some hosts when using relative offsets do not specify a proper value for rxid in teh commands instead htey lkeave it as 0xffff Change the FCP conversation matching to ignore RXID when searching for a conversation. svn path=/trunk/; revision=15076
2005-07-25Avoid leaking tap info by using emem allocatorsLuis Ontanon1-24/+13
svn path=/trunk/; revision=15075
2005-07-25added some other things that came to my mindUlf Lamping1-0/+8
svn path=/trunk/; revision=15074
2005-07-25From Thomas Anders:Luis Ontanon4-4/+206
SNMP Engine ID dissection according to RFC3411 svn path=/trunk/; revision=15073
2005-07-25From Ronnie: Offset checking/handling fix.Gerald Combs1-31/+29
Fix up whitespace and newlines. svn path=/trunk/; revision=15072
2005-07-25Prep for 0.10.12. If you've added or changed any major features sinceGerald Combs2-3422/+5542
0.10.11 you may want to check the NEWS file to make sure your work is present and correct. svn path=/trunk/; revision=15071
2005-07-25rename OUT to OUTSIDE and TEXT to CDATALuis Ontanon1-18/+18
svn path=/trunk/; revision=15070
2005-07-25from abooRonnie Sahlberg1-13/+13
fix multiple pdus in one segment svn path=/trunk/; revision=15069
2005-07-25Update manufJörg Mayer1-10/+92
svn path=/trunk/; revision=15068
2005-07-25Warning fixesJörg Mayer3-12/+12
svn path=/trunk/; revision=15067
2005-07-25From Morro Roberto :Anders Broman2-55/+177
- bug fixes to the dissectors for the GENERALIZED_UNI and LABEL objects - improved dissector of flag field for the ERROR object - improved LABEL_SET object dissector - support for the new (proposed) ASSOCIATION object (see draft-ietf-ccamp-gmpls-recovery-e2e-signaling). Moveover find also attached a patch to OSPF that fixes a line of source code lost in the TNA TLV (the code compiled anyway). svn path=/trunk/; revision=15066
2005-07-25Get rid of a unused variableLuis Ontanon1-1/+0
svn path=/trunk/; revision=15065
2005-07-25Make the DLT an option, reduce the number of instances and rename them.Luis Ontanon1-75/+82
svn path=/trunk/; revision=15064
2005-07-25Fix the IP address representation string (was inverted on little endians)Luis Ontanon1-2/+3
svn path=/trunk/; revision=15063
2005-07-25updated GTK-Wimp section to reflect GTK 2.4Ulf Lamping1-6/+8
svn path=/trunk/; revision=15062
2005-07-25found by Thomas Boehne: corrected GTK_WIMP_DIR, used by the NSIS installerUlf Lamping1-1/+1
svn path=/trunk/; revision=15061
2005-07-25update to latest zlib version 123Ulf Lamping1-2/+3
svn path=/trunk/; revision=15060
2005-07-25from Thomas Boehne: update README's to reflect latest changesUlf Lamping2-19/+24
svn path=/trunk/; revision=15059
2005-07-25fix a typo: lenght -> lengthUlf Lamping1-1/+1
svn path=/trunk/; revision=15058
2005-07-25When reassembling a packet, all data, including data withGuy Harris1-14/+41
FD_NOT_MALLOCED set, has to be copied - all FD_NOT_MALLOCED means is that the fragment's data is part of the old reassembled data, rather than a malloced chunk of its own (this happens if, after reassembly, the dissector says more reassembly is necessary, as can happen, for example, in the case of HTTP and other protocols where reassembly continues until a terminator is seen). Not copying the data means that the reassembled data is, in part, whatever random junk happens to be in the newly-allocated buffer. Back out the change not to copy the data, but add some sanity checks, in the hopes of preventing the crash that caused the change not to copy the data to be added, and in the hopes of discovering the ultimate source of that crash and fixing it. svn path=/trunk/; revision=15057
2005-07-25two bugfixes:Ulf Lamping2-19/+21
- don't use GtkSelectionData after returned to GTK, as it might free this data immediately (copy the data instead and free it after usage) - fix return value handling for DnD merge, so it will work again svn path=/trunk/; revision=15056
2005-07-25bugfix: default for NPF service was default on for NT and above, but it has ↵Ulf Lamping3-10/+40
to be off (secure default) stop NPF service and set it back to "On demand" if user deselected the corresponding checkbox when upgrading from a previous Ethereal install, try to detect which choices of icons and alike was used last time, and set this as default (e.g. don't install desktop icon if I choose not to install last time) minor text changes svn path=/trunk/; revision=15055
2005-07-25Break out of an infinite loop. Fixes bugs 296 and 297.Gerald Combs1-5/+11
svn path=/trunk/; revision=15054
2005-07-25add a section about the Developer's GuideUlf Lamping1-0/+10
svn path=/trunk/; revision=15053
2005-07-25as the buildbot is updated now:Ulf Lamping1-5/+6
using the /SOLID switch in SetCompressor again, making NSIS at least 2.07 a requirement svn path=/trunk/; revision=15052
2005-07-25packet-http.c(484) : warning C4101: 'i' : unreferenced local variableUlf Lamping2-3/+2
packet-http.c(486) : warning C4101: 'si' : unreferenced local variable packet-kink.c(628) : warning C4101: 'quick_mode_payloads_length' : unreferenced local variable svn path=/trunk/; revision=15051
2005-07-24Fix indentation.Guy Harris1-1/+1
svn path=/trunk/; revision=15050
2005-07-24make the default to not use the /SOLID switch for SetCompressor, so buildbot ↵Ulf Lamping1-2/+4
is working again svn path=/trunk/; revision=15049