aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-12-06mark unused parameterTomas Kukosa1-1/+1
svn path=/trunk/; revision=16700
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa8-68/+165
svn path=/trunk/; revision=16699
2005-12-06protocol discriminator byte has to be taken into info_element_lenTomas Kukosa1-1/+1
svn path=/trunk/; revision=16698
2005-12-06both the buildbot and I have problems with setargv.objUlf Lamping1-1/+3
trying to comment it out, so the build should work again. don't know what this file is all about :-( I just don't have that file and it doesn't seem to be generated ... svn path=/trunk/; revision=16697
2005-12-06Note what we have to be careful of before we start using Unicode in theGuy Harris1-1/+8
packet list or packet details. svn path=/trunk/; revision=16696
2005-12-06Make $(command_line_OBJECTS) a dependency of the stuff that links withGuy Harris1-9/+9
it. Link dumpcap with mkstemp.obj, as it needs mkstemp(). Make dumpcap depend only on its resource file, as we do with other programs, not on all of them. svn path=/trunk/; revision=16695
2005-12-06from Kyle HarmsRonnie Sahlberg1-341/+285
CIGI updates svn path=/trunk/; revision=16694
2005-12-06add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.cUlf Lamping2-16/+6
svn path=/trunk/; revision=16693
2005-12-06objectid updatesRonnie Sahlberg1-15/+14
svn path=/trunk/; revision=16692
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping19-30/+30
this way, the capture prefix will "logically" group the files together and file browsers will also group them we may want to move the files into a subdir capture later svn path=/trunk/; revision=16691
2005-12-05requested by Cory Perry:Ulf Lamping1-1/+2
increase the maximum number of ringbuffer files from 1024 to 10000. svn path=/trunk/; revision=16690
2005-12-05From Grame Lunt:Anders Broman16-155/+2676
a patch for the X.411, X420 and CMS dissectors to implement the remaining heading extensions and bodyparts. This includes GeneralText BP, forwarded content BP (forwarded p22 and forwarded p772), PKCS#7 BP, and "business class" messaging extensions. The X.411 extensions using the SIGNATURE macro have also been implemented. There is also a fix for a bug in the dissection of integer 22 content type. Graeme svn path=/trunk/; revision=16689
2005-12-05fixed a typoUlf Lamping1-1/+1
svn path=/trunk/; revision=16688
2005-12-05move some GTK only function declarations from ui_util.h to the appropriate ↵Ulf Lamping5-23/+26
header files in the gtk dir, as these declarations are obsolete and only confuses (at least me) svn path=/trunk/; revision=16687
2005-12-05enhance the commentsUlf Lamping1-7/+25
svn path=/trunk/; revision=16686
2005-12-05replace all appearances of 'fprintf(stderr, "tethereal: ' with ↵Ulf Lamping1-154/+117
'cmdarg_err("', this is: a) smaller b) makes it possible to use some functions for Ethereal too c) is the wrong name now, as some outputs are not command line related :-( use capture_opts_trim() svn path=/trunk/; revision=16685
2005-12-05no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping3-39/+68
use capture_opts_trim() output of command line usage and version "enhanced" svn path=/trunk/; revision=16684
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will ↵Ulf Lamping3-14/+23
replace the other appearances later) ... svn path=/trunk/; revision=16683
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown ↵Ronnie Sahlberg3-49/+39
bytes in smb for objectid) svn path=/trunk/; revision=16682
2005-12-05From Kyle J HarmsRonnie Sahlberg3-0/+8587
New protocol : CIGI (with minor updates to make it heuristic) Hi, This patch is for a CIGI dissector (complete versions 2 and 3).  It has been [fuzz] tested on GNU/Linux using the Ethereal 0.10.13 codebase. However, the patch here is against the svn repository. More information about CIGI can be found at http://cigi.sourceforge.net/ Kyle Harms svn path=/trunk/; revision=16681
2005-12-05If we don't have the OID name let the SNMP dissector try to get it from the ↵Anders Broman2-5/+37
MIB:s svn path=/trunk/; revision=16680
2005-12-05I've forgot to put one line under _WIN32, should fix the unix buildUlf Lamping1-5/+5
svn path=/trunk/; revision=16679
2005-12-05Analysis starts to workLuis Ontanon1-43/+88
svn path=/trunk/; revision=16678
2005-12-05Win32: fix signal_pipe handling if we run dumpcap as a standalone ↵Ulf Lamping1-22/+39
application (no signal_pipe) svn path=/trunk/; revision=16677
2005-12-04We need AF_INET6 on linux, so include netdb.h if available.Jörg Mayer1-0/+4
Add dumpcap to svn:ignore. svn path=/trunk/; revision=16676
2005-12-04Connection and name manager uses data type hdrAnders Broman1-38/+240
svn path=/trunk/; revision=16675
2005-12-04Work in progress an asn2eth generated snmp dissector.Anders Broman7-0/+1767
svn path=/trunk/; revision=16674
2005-12-04Update to samba svn revision 12055:Jörg Mayer4-11/+12
========== Samba changelog start ======================== r11959 | jelmer | 2005-11-29 14:54:51 +0100 (Tue, 29 Nov 2005) | 2 lines Use DOS_errors array for displaying WERROR values ------------------------------------------------------------------------ r11972 | metze | 2005-11-30 13:40:26 +0100 (Wed, 30 Nov 2005) | 3 lines handle [noejs] property also on functions metze ------------------------------------------------------------------------ r11974 | metze | 2005-11-30 18:07:02 +0100 (Wed, 30 Nov 2005) | 3 lines only look at $pl->{POINTER_TYPE} when $pl is defined metze ------------------------------------------------------------------------ r11997 | metze | 2005-12-01 13:39:33 +0100 (Thu, 01 Dec 2005) | 14 lines for multidimentional array like this: uint32 [num_level2][num_level1][num_level0] fix the order they're pushed and pulled, it should be like this for (l2=0; l2 < num_level2; l2++) { for (l1=0; l1 < num_level1; l1++) { for (l0=0; l0 < num_level0; l0++) { ndr_pull_uint32(...); } } } metze ========== Samba changelog end ======================== svn path=/trunk/; revision=16673
2005-12-04Check for a null blurb pointer for a field, as is done in some otherGuy Harris2-16/+29
locations, and initialize the blurb field to NULL for protocols, now that we support the blurb being a null pointer. svn path=/trunk/; revision=16672
2005-12-04Declare "capture_info_packet()"'s as static, to match the definition.Guy Harris1-3/+3
Declare the "pd" argument to be "const guchar *", to match the way packet data is declared elsewhere, and so that if the headers "capture_info.c" includes don't define "u_char" it still compiles. svn path=/trunk/; revision=16671
2005-12-04Squelch a GCC complaint.Guy Harris1-0/+1
svn path=/trunk/; revision=16670
2005-12-04move the complete functionality of the capture info dialog from ↵Ulf Lamping9-136/+185
capture_loop.c to capture_info.c and call it from capture.c (instead of capture_loop.c). This way, the capture child don't need to now any of the packet_counter things (no epan/packet.h and all alike). Currently the capture_info code will always open another wiretap file instance to build it's own counter values. This isn't optimized for now (next step: use data from cf_continue_tail() somehow). svn path=/trunk/; revision=16669
2005-12-03split some parts of the packet counting functions into their own files ↵Ulf Lamping8-140/+243
capture_info(.c/.h), so we can use it from the main program svn path=/trunk/; revision=16668
2005-12-03clarify a commentUlf Lamping1-1/+2
svn path=/trunk/; revision=16667
2005-12-03forgot to checkin that file ... so buildbot became unhappy!Ulf Lamping1-0/+2
svn path=/trunk/; revision=16666
2005-12-03Escape non ascii charactersLuis Ontanon1-0/+6
svn path=/trunk/; revision=16665
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place ↵Ulf Lamping9-117/+194
the parts into the corresponding files svn path=/trunk/; revision=16664
2005-12-03add missing functions (to complete/cleanup of interface):Ulf Lamping3-10/+43
capture_input_drops capture_input_error_message and move the functionality from capture_sync.c to capture.c (just where it belongs) svn path=/trunk/; revision=16663
2005-12-03the function capture_loop_popup_errmsg seems to be useless and misleading, Ulf Lamping1-17/+8
simply call sync_pipe_errmsg_to_parent directly instead svn path=/trunk/; revision=16662
2005-12-03add the (Win32 only) signal pipeUlf Lamping2-0/+0
svn path=/trunk/; revision=16661
2005-12-03precise some pipe message commentsUlf Lamping1-2/+6
svn path=/trunk/; revision=16660
2005-12-03the capture child don't use capture.c, remove it from the drawingUlf Lamping2-0/+0
svn path=/trunk/; revision=16659
2005-12-03Rewrite of the analisys and summary code.Luis Ontanon4-509/+611
Analysis code is still not working so it is disabled. svn path=/trunk/; revision=16658
2005-12-02from Stig B:Ronnie Sahlberg4-7/+41
I have made a small change in packet-x411-template.c to make the X. 411 message heading in CDT look like in COTP. svn path=/trunk/; revision=16657
2005-12-02rtcp fix for sdes_prefix_stringRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=16656
2005-12-02From Lukasz ApiecionekAnders Broman1-0/+1
Add Vendor id 0x8a000003, "Teldat H. Kruszynski, M. Cichocki Sp. J." } , svn path=/trunk/; revision=16655
2005-12-02Add #line directives to the genertated dissector.Luis Ontanon1-3/+7
Now the compiler knows where a line comes from and errors point to the .cnf or -template.[ch] file instead of the generated code. svn path=/trunk/; revision=16654
2005-12-02PER dissectors regenerated with FT_OIDTomas Kukosa4-26/+26
svn path=/trunk/; revision=16653
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa11-17/+314
svn path=/trunk/; revision=16652
2005-12-02check in a version of wkssvc that contains all the constructs of the ↵Ronnie Sahlberg1-0/+408
etehreal dissector. the generated dissector is still "ugly" compared to the handwritten one so there needs a bit of conformance file magic and maybe pidl enhancements before it can go in. svn path=/trunk/; revision=16651