aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-06-04add more details for doxygenUlf Lamping23-34/+78
svn path=/trunk/; revision=11110
2004-06-04add details for doxygenUlf Lamping2-44/+117
svn path=/trunk/; revision=11109
2004-06-04update DOXYGEN setting and add new HHC (MS html help compiler) settingUlf Lamping1-3/+21
svn path=/trunk/; revision=11108
2004-06-04add more details for doxygenUlf Lamping12-96/+251
svn path=/trunk/; revision=11107
2004-06-04use the dot toolUlf Lamping1-2/+2
svn path=/trunk/; revision=11106
2004-06-04get rid of a compiler warningRonnie Sahlberg5-9/+9
svn path=/trunk/; revision=11105
2004-06-04Tomas updates to H235 and the ASN2ETH compilerRonnie Sahlberg4-123/+31
svn path=/trunk/; revision=11104
2004-06-04From Devin Heitmueller: Fix some compilation warnings.Gerald Combs1-3/+1
svn path=/trunk/; revision=11103
2004-06-04As Mark Corley pointed out, win32-setup.sh should be part of the distribution.Gerald Combs1-7/+8
svn path=/trunk/; revision=11102
2004-06-04Add a mechanism where one can provide callbacks to the kerbgeros dissectorRonnie Sahlberg7-29/+142
to pass back dissection of application specific fields (octet strings) This can later be used to pick up session keys by dcerpc and similar. Currently it will initially be used by packetcable. PacketCable additions by Thomas Anders svn path=/trunk/; revision=11101
2004-06-04Fix crash bug in sid snooping if we don't have a policy name for aTim Potter1-1/+4
handle in a samr_query_dispinfo. svn path=/trunk/; revision=11100
2004-06-04New protocol : DNPRonnie Sahlberg3-1/+778
From Graham Bloice svn path=/trunk/; revision=11099
2004-06-04Fix bug to do with renaming lsa.domain_sid to nt.domain_sid to getTim Potter1-6/+6
sid snooping working again. svn path=/trunk/; revision=11098
2004-06-03add dissection of the ms rap netserverenum3 functionRonnie Sahlberg1-1/+30
svn path=/trunk/; revision=11097
2004-06-03Make static some routines and variables not used outside the source fileGuy Harris8-361/+410
defining them. Move declarations of some callbacks outside the source files using them into the appropriate header, and arrange that the appropriate header is included by those source files. Move the SAT_E definition into a "sat.h" file, included both by "endpoint_talkers_table.h" and "hostlist_table.h", so that both of the latter headers can be included by the same file ("menu.c" has to include both, as per the change in the previous paragraph). svn path=/trunk/; revision=11096
2004-06-03"gtk_file_selection_set_filename()" doesn't work with a GtkFileChooser,Guy Harris1-3/+4
and "gtk_file_chooser_set_filename()" requires an absolute path, so "" isn't valid. Get rid of the "gtk_file_selection_set_filename()" call in "file_selection_new()". Put in a comment asking why we're using "gtk_file_selection_set_filename()" at all. svn path=/trunk/; revision=11095
2004-06-03Re-generate from the updated asn2eth script and h235.cnf files.Guy Harris2-159/+88
svn path=/trunk/; revision=11094
2004-06-03monthly updateJörg Mayer1-2/+50
svn path=/trunk/; revision=11093
2004-06-03From Lars Roland: Add have_tap_listeners() and rtp_payload_type_valsGerald Combs1-0/+2
to libethereal.def. svn path=/trunk/; revision=11092
2004-06-03enable chm file generation for doxygen,Ulf Lamping2-8/+8
move chm filename setting to module specific config file svn path=/trunk/; revision=11091
2004-06-03add details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11090
2004-06-03From Tomas Kukosa: unnecessary types are excluded with NO_EMITGuy Harris1-4/+13
directive. svn path=/trunk/; revision=11089
2004-06-03From Tomas Kukosa:Guy Harris1-119/+170
- limits for dissect_per_constrained_integer() are passed as unsigned if possible - new directive NO_EMIT in conformation file - avoids emitting function body (or vals or both) into packet-xxxx-fn.c file - new directive USER_DEFINED in conformation file - emitting of function body (or vals or both) in the packet-xxxx-fn.c file is replaced with external declaration - support for SET OF type for BER - flag WITH_VALS is default for EXPORTS, USER_DEFINED, NO_EMIT directives - the _U_ attribute is used for pinfo parameters - the offset parameters and return codes are changed from guint32 to int svn path=/trunk/; revision=11088
2004-06-03From Yaniv Kaul: add SOCKS v4a support.Guy Harris1-6/+28
Clean up handling of null-terminated strings. svn path=/trunk/; revision=11087
2004-06-03From Graeme Hewson:Guy Harris1-86/+106
Remove reference to negative slice lengths. Clean and polish. svn path=/trunk/; revision=11086
2004-06-03From Graeme Hewson:Guy Harris4-15/+13
Use gint32 instead of guint32 for node data. Fix up some other signed-vs-unsigned issues in the display filter parser and lexical analyzer. svn path=/trunk/; revision=11085
2004-06-03From Graeme Hewson:Guy Harris1-23/+11
Fix assertion failure when absolute value of negative slice offset > field length. Remove code for handling negative slice lengths. svn path=/trunk/; revision=11084
2004-06-03From Graeme Hewson:Guy Harris1-66/+96
Check slice lengths as well as offsets. Disallow negative/zero lengths. Range on RHS of display filter expression wasn't being checked in every case. svn path=/trunk/; revision=11083
2004-06-03From Graeme Hewson:Guy Harris1-7/+26
Use gint32 instead of guint32 and strtol() instead of strtoul() for signed integers. Pathological slice specifications could cause Flex default rule to be invoked, echoing characters to stdout. Example: frame[0foo]==1 svn path=/trunk/; revision=11082
2004-06-03From Devin Heitmueller: improve decoding of outgoing and incomingGuy Harris3-29/+124
message blocks. svn path=/trunk/; revision=11081
2004-06-03From Mike Frisch:Guy Harris1-7/+10
- fixed tree display of NFSv4 change_info type; - add OPEN4_RESULT_LOCKTYPE_POSIX to OPEN result (reply) flags; - fixed open_delegation4 dissector; svn path=/trunk/; revision=11080
2004-06-03Make the definition of "register_tap_menu_item()" match its declaration.Guy Harris1-2/+2
svn path=/trunk/; revision=11079
2004-06-03Fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=11078
2004-06-02add details for doxygenUlf Lamping12-45/+169
svn path=/trunk/; revision=11077
2004-06-02add details for doxygenUlf Lamping7-35/+168
svn path=/trunk/; revision=11076
2004-06-02If, when rotating capture files, the attempt to close the current fileGuy Harris1-9/+14
fails, set "rb_data.pdh" to NULL, so we know it's not open (if "wtap_dump_close()" fails, the wtap_dumper_t is still closed - and the file descriptor for it is probably closed, too, as, if "close()" fails, the FD is probably closed; the Single UNIX Specification Version 3 says the state of the FD is unspecified, but in practice most OSes probably still close it). If we try to close the current file, first check to make sure it's open, i.e. that "rb_data.pdh" is non-null. (Or perhaps we should avoid trying to close it if the open *or* the most recent attempt to rotate the capture files failed.) Note that if "wtap_dump_close()" fails we might not need to close the underlying file descriptor (and, even if we do, there's no guarantee that attempt won't also fail and leave the FD still open - which is why I suspect that a failed "close()" leaves the FD closed on most OSes). svn path=/trunk/; revision=11075
2004-06-02add details for doxygenUlf Lamping11-47/+255
svn path=/trunk/; revision=11074
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping14-34/+26
various stats files to gtkglobals.h svn path=/trunk/; revision=11073
2004-06-02Get rid of the #if 0'ed out "rtp_payload_type_vals[]" table - we shouldGuy Harris1-34/+1
be using the one from libethereal. svn path=/trunk/; revision=11072
2004-06-02From Mike Frisch:Guy Harris2-9/+44
add support for NFSv4 RELEASE_LOCKOWNER and ILLEGAL operations; minor modification to the NFSv4 NULLPROC dissection. svn path=/trunk/; revision=11071
2004-06-02fix a doxygen commentUlf Lamping1-3/+3
svn path=/trunk/; revision=11070
2004-06-02From Yaniv Kaul: HKP is HTTP-based and runs on port 11371.Guy Harris1-2/+3
svn path=/trunk/; revision=11069
2004-06-02From Magnus Hansson: add more information to the Info column.Guy Harris1-26/+38
Use "tvb_format_stringzpad()" to put a zero-padded string into the protocol tree and Info column, so that we 1) don't use a fixed-length buffer that we might overflow and 2) we handle non-printable bytes in the string. svn path=/trunk/; revision=11068
2004-06-01Don't define data variables in header files included by more than oneGuy Harris2-33/+33
file - that keeps the variable from being shared, and also produces compiler warnings if the variable isn't used by all the files that include the header in question. svn path=/trunk/; revision=11067
2004-06-01Make the definition of "add_hostlist_table_data()" match itsGuy Harris2-255/+250
declaration. Give the address and port arguments to "add_hostlist_table_data()" appropriate names and Doxygen comments (they're not a source address and port, they're just an address and port), and do the same for the address and port members of a "hostlist_talker_t". Get rid of extra unnecessary variables in "add_hostlist_table_data()". Clean up indentation. svn path=/trunk/; revision=11066
2004-06-01bugfix: don't double define rtp_payload_type_valsUlf Lamping1-2/+3
svn path=/trunk/; revision=11065
2004-06-01minor bugfix from previous check inUlf Lamping1-4/+4
svn path=/trunk/; revision=11064
2004-06-01From Thomas Anders: MGCP sub-parameter dissectionAnders Broman1-6/+8
Anders Broman: BICC,SIP-T dissection svn path=/trunk/; revision=11063
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping12-70/+262
svn path=/trunk/; revision=11062
2004-06-01Revert previous checkin made by mistake *sighAnders Broman1-4/+4
svn path=/trunk/; revision=11061