aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-08-10From Neil Piercy: put in some missing "put in the terminating NUL"sGuy Harris2-0/+4
after "vsnprintf()" calls. svn path=/trunk/; revision=11648
2004-08-10Add support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()"Guy Harris1-0/+20
(untested). svn path=/trunk/; revision=11646
2004-08-10From Graham Bloice: Allow libethereal.dll to be built after recent changes.Gerald Combs1-2/+2
svn path=/trunk/; revision=11644
2004-08-10Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=11642
2004-08-10Add LIBETHEREAL_SRC and LIBETHEREAL_INCLUDES to epan/Makefile.common,Guy Harris3-91/+73
and have epan/Makefile.am and epan/Makefile.nmake use them. svn path=/trunk/; revision=11641
2004-08-10Use the protocol short name as the Protocol column value, as is done inGuy Harris1-1/+1
other dissectors. svn path=/trunk/; revision=11640
2004-08-10From Graham Bloice: if we don't have "pcap_lib_version()" in WinPcap, weGuy Harris1-0/+13
might have "PacketLibraryVersion[]" in packet.dll - try using that. svn path=/trunk/; revision=11639
2004-08-09Merge the "resolv" rename changes with the trunk.Gerald Combs3-3/+3
svn path=/trunk/; revision=11638
2004-08-09Update FAQ againJörg Mayer2-276/+506
svn path=/trunk/; revision=11633
2004-08-09- Small cosmetic fix to DHCP failover prefsJörg Mayer1-3/+2
- free -> g_free (we are using g_malloc) - remove debug prinf svn path=/trunk/; revision=11632
2004-08-09Enable the configurable port number - and make the filter name for theGuy Harris1-22/+14
protocol "dhcpfo", to match the filter names of its fields; that - or changing the long name or abbreviation of the protocol - fixes the core dump (which was in a check for a name being legal). svn path=/trunk/; revision=11631
2004-08-09M. Ortega y Strupp <moys@loplof.de>Jörg Mayer3-0/+1184
ISC DHCP Server 3.0 failover protocol dissection Note: I tried to make the port configurable via prefs but failed to do so: It always cashed on startup so it is commented out for now. svn path=/trunk/; revision=11630
2004-08-08Fix typos.Michael Tüxen1-2/+2
svn path=/trunk/; revision=11628
2004-08-08Small typo fixJörg Mayer1-1/+1
svn path=/trunk/; revision=11627
2004-08-08From Stas Grabois: make the previous change not to show disabledGuy Harris1-2/+7
protocols in the "Add Expression" and "Decode As" dialogs work with GTK+ 2.x. svn path=/trunk/; revision=11626
2004-08-08More updates for 0.10.6.Gerald Combs1-1/+63
svn path=/trunk/; revision=11625
2004-08-08Put the "copy" button back in the conversation and host list tables.Gerald Combs2-6/+6
svn path=/trunk/; revision=11624
2004-08-08Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberGuy Harris2-2/+14
preferences to the new multi-port ones, so that, instead of complaining when the old preferences were seen, we make the port be the one port in the new preference. Make the "message_win" "generic ASN.1" preference an obsolete preference, so we silently ignore it rather than complaining about it. svn path=/trunk/; revision=11623
2004-08-07While we're add it, support the multicast protocol type values for PPPGuy Harris1-0/+3
and GRE. Put in the RFC number. svn path=/trunk/; revision=11622
2004-08-07Add protocol 0xad as AX/4000 Testframe.Jörg Mayer3-2/+4
Make packet-ax4000.c use the value from ipproto.h svn path=/trunk/; revision=11621
2004-08-07Hanlde 8848 on Ethernet the same as 8847. Not sure that thisJörg Mayer1-0/+1
is really correct, but the payload seems to be decoded correctly. svn path=/trunk/; revision=11620
2004-08-06Update manuf and faqJörg Mayer3-76/+198
svn path=/trunk/; revision=11619
2004-08-06Svn stuff:Jörg Mayer33-11006/+11079
- Add eol-style native to all text files - Add Id attributes Add $Id: $ to all text files Makefile: - add several files and directories to make clean - Add comments for values on Suse 9.1 catalog.xml: - Add comments for values on Suse 9.1 svn path=/trunk/; revision=11618
2004-08-06some final review comment from Graeme Hewson, changed version to release 2.00Ulf Lamping3-8/+7
svn path=/trunk/; revision=11617
2004-08-06From Yaniv Kaul:Guy Harris1-68/+45
1. define new TDS packet type (17) - NTLM authentication packet. Call the ntlmssp dissector to dissect it when needed. 2. define new TDS packet type (18) - donno what it is exactly, but it's there. Will dissect it someday. 3. heuristic in netlib_check_login_pkt should also check port 2433. 4. unify the dissection of msg and err token. They have the same structure. 5. improve the dissection of the above mentioned token. svn path=/trunk/; revision=11616
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris81-81/+81
include of <resolv.h> in any system header file gets the system <resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]). svn path=/trunk/; revision=11615
2004-08-06From Jeff Connelly: MANOLITO support.Guy Harris3-0/+300
svn path=/trunk/; revision=11614
2004-08-06From Ian Schorr: fix a bug where addresses were drawn to the wrong rowsGuy Harris2-118/+14
in the clist, and get rid of some duplicated code. svn path=/trunk/; revision=11613
2004-08-06Update the "setup" target for GLib 2.4.5, GTK+ 2.4.4, and Pango-1.4.1.Gerald Combs1-6/+6
svn path=/trunk/; revision=11612
2004-08-06Bump the version to 0.10.6. Drop in a new ChangeLog, and add the beginningsGerald Combs4-3672/+7217
of the release announcement to NEWS. svn path=/trunk/; revision=11611
2004-08-06more review comments from Graeme Hewson, increased version to 1.94, added ↵Ulf Lamping7-52/+63
Greame and Martin Regner to the guide's "Acknowledgements" svn path=/trunk/; revision=11610
2004-08-06Set the "svn:keywords" and "svn:eol-style" properties to their standardGuy Harris1-1/+1
values. svn path=/trunk/; revision=11609
2004-08-06Put "Spirent" into the initial comment so people are more likely to beGuy Harris1-1/+1
able to figure out what an AX/4000 is. svn path=/trunk/; revision=11608
2004-08-06Mention psml as a valid option to -T in the usage statements.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=11607
2004-08-05SEKINE Hideki: Routines for AX/4000 Test Block dissectionJörg Mayer3-0/+187
Added HFILL macros to avoid warnings. svn path=/trunk/; revision=11604
2004-08-05some minor comments added, as suggested by Joerg MayerUlf Lamping2-3/+5
svn path=/trunk/; revision=11603
2004-08-04minor review comment from Graeme HewsonUlf Lamping1-1/+1
svn path=/trunk/; revision=11602
2004-08-04more review commentsUlf Lamping4-40/+42
svn path=/trunk/; revision=11601
2004-08-04Fix a URL.Guy Harris1-1/+1
svn path=/trunk/; revision=11600
2004-08-03more minor review comments from Graeme HewsonUlf Lamping2-19/+19
svn path=/trunk/; revision=11599
2004-08-03third part of Graeme Hewsons review commentsUlf Lamping2-24/+28
svn path=/trunk/; revision=11598
2004-08-03first and second part of Graeme Hewsons review commentsUlf Lamping4-72/+75
svn path=/trunk/; revision=11595
2004-08-03Disallow "-f" when not doing a live capture, rather than just ignoringGuy Harris2-5/+22
the specified filter. Note in the manual that you can't use capture filters when reading a capture file, and that read filters might require too much CPU when doing a live capture. svn path=/trunk/; revision=11594
2004-08-03Fix the properties.Guy Harris0-0/+0
svn path=/trunk/; revision=11593
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris30-2469/+2585
"packet-windows-common.[ch]". svn path=/trunk/; revision=11592
2004-08-02Every file that includes "packet-smb-common.h" either includes "smb.h"Guy Harris1-2/+0
or doesn't need anything defined by "smb.h", so don't include it in "packet-smb-common.h". svn path=/trunk/; revision=11591
2004-08-02Nothing, other than the include of "smb.h", in "packet-smb-common.h" isGuy Harris1-1/+1
used here; don't include it, just include "smb.h". svn path=/trunk/; revision=11590
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toGuy Harris3-14/+10
dissect unknown netlogon commands; move it to "packet-smb-logon.c". svn path=/trunk/; revision=11589
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onGuy Harris6-12/+25
the files including it to include what they need. svn path=/trunk/; revision=11588
2004-08-02The TDS dissector uses nothing from "packet-smb-common.h", so don'tGuy Harris1-1/+0
include it. svn path=/trunk/; revision=11587