aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-06-09DCERPC problem reported by JBM and identified by Todd SabinRonnie Sahlberg3-54/+88
Other protocol, not only SMB will populate pinfo->private_data thus checking for existence of non-NULL pinfo->private_data is not sufficient to determine we have SMB data and this is what it is. Refactor the adding of salt/FID from lower layer protocols and generalize it. Create a new dissector_handle specific for SMB so that we know that IFF we came in through that handle, then whatever pinfo->private_data is what we expect it to be. svn path=/trunk/; revision=11129
2004-06-09Add Automake/Autoconf Doxygen targets.Gerald Combs3-4/+35
svn path=/trunk/; revision=11128
2004-06-08add details for doxygenUlf Lamping1-14/+37
svn path=/trunk/; revision=11127
2004-06-07Add an encapsulation type for BACnet MS/TP, and map the newly-assignedGuy Harris3-4/+10
libpcap DLT_ value for BACnet MS/TP to it. svn path=/trunk/; revision=11126
2004-06-07Don't define or set "txt" in "text_page_redraw()" for GTK+ 2.x, as weGuy Harris1-1/+3
don't use it in that case. svn path=/trunk/; revision=11125
2004-06-07update to the asn1 compiler.Ronnie Sahlberg1-6/+1
Do not output the value definitions for enumerated integers twice. the c compiler doesnt like when the same symbol is declared twice. svn path=/trunk/; revision=11124
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs4-15/+97
possible to paste in WEP keys without any separators. Add doxygen comments to strutil.h. svn path=/trunk/; revision=11123
2004-06-05add more details for doxygenUlf Lamping3-8/+5
svn path=/trunk/; revision=11122
2004-06-05add more details for doxygenUlf Lamping4-41/+70
svn path=/trunk/; revision=11121
2004-06-05Yaniv Kaul: Add some more UUID decoding on WindowsJörg Mayer1-1/+13
svn path=/trunk/; revision=11120
2004-06-05add more details for doxygenUlf Lamping1-3/+3
svn path=/trunk/; revision=11119
2004-06-05alyways use SIGNAL_EMIT_BY_NAME with one user parameter,Ulf Lamping3-21/+9
remove SIGNAL_EMIT_BY_NAME1 completely svn path=/trunk/; revision=11118
2004-06-05remove gtk_widget_ref / OBJECT_SET_DATA_FULL,Ulf Lamping2-87/+2
as reference handling is done by GTK, so doing it is pretty useless svn path=/trunk/; revision=11117
2004-06-05Rename the type UCTTime to UTCTime as per X.680Ronnie Sahlberg2-5/+5
get rid of a compiler warning. svn path=/trunk/; revision=11116
2004-06-05cut text_page related things from help_page.c andUlf Lamping4-154/+215
move into new file text_page.c svn path=/trunk/; revision=11115
2004-06-05from tomas anders more packetcable stuffRonnie Sahlberg1-45/+152
new protocol : PacketCable MTA FQDN svn path=/trunk/; revision=11114
2004-06-05from JBM: updates to SAMR and LSARonnie Sahlberg2-30/+99
svn path=/trunk/; revision=11113
2004-06-04Make the definition of "simple_dialog()" match its declaration.Guy Harris2-5/+5
Make the "type" argument to "vsimple_dialog()" also be an ESD_TYPE_E. svn path=/trunk/; revision=11112
2004-06-04bugfix: when saving connectionless DCERPC fragments,Ulf Lamping1-2/+4
add a hashed activity_id to the sequence number. This will prevent missdissected fragments. svn path=/trunk/; revision=11111
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