aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25build a list of the input file formats instead of a floating text,Ulf Lamping7-97/+321
added program names to HTML titles, various minor fixes svn path=/trunk/; revision=10686
2004-04-25changed the print dialog, so it will keep the user settings after reopening ↵Ulf Lamping2-123/+108
the dialog and some code cleanup svn path=/trunk/; revision=10685
2004-04-25Add support for flex 2.5.31.Gilbert Ramirez2-2/+19
svn path=/trunk/; revision=10684
2004-04-25From Dick Gooris: add two extra PacketCable tables (and clean up someGuy Harris1-248/+441
white space). svn path=/trunk/; revision=10683
2004-04-24some code cleanup of the printing systemUlf Lamping5-48/+51
svn path=/trunk/; revision=10682
2004-04-24some additional output while reassembling fragments,Ulf Lamping1-22/+47
to give the user better information about the fragmenting going on, some other minor changes svn path=/trunk/; revision=10681
2004-04-24add fragment length output to the payload outputUlf Lamping1-5/+7
svn path=/trunk/; revision=10680
2004-04-23prettified a few netlogon calls and populate col_info with account namesRonnie Sahlberg1-6/+6
svn path=/trunk/; revision=10679
2004-04-23update to netlogon to dissect the timestamps in VALIDATION_UAS_INFORonnie Sahlberg2-20/+26
update to dcerpc time_t dissector to print the string "No time specified" when the seconds field is 0xffffffff svn path=/trunk/; revision=10678
2004-04-23update to netlogon, now also decode the delete user/group/aliasRonnie Sahlberg1-8/+16
deltas. svn path=/trunk/; revision=10677
2004-04-23seperated the input file formats into list elements, instead of a "floating ↵Ulf Lamping1-20/+87
text" svn path=/trunk/; revision=10676
2004-04-23added a byte count output to the packet details notebook tabsUlf Lamping1-2/+2
(only visible if desegmenting activated) svn path=/trunk/; revision=10675
2004-04-23added a progress dialog box, while processing packet details,Ulf Lamping1-1/+66
activating packet details notebook pages, to avoid desegmenting GUI confusion svn path=/trunk/; revision=10674
2004-04-23some string clarificationsUlf Lamping1-15/+17
svn path=/trunk/; revision=10673
2004-04-23From Lars Roland:Guy Harris1-1/+10
"make distclean" now removes "cvsversion.h"; new "update_plugin_api" which just builds the "xyzzy" target in the plugins subdirectory but makes sure that "config.h" has been generated, added. svn path=/trunk/; revision=10672
2004-04-23Mark some parameters as unused (the GTK+ signal calling sequenceGuy Harris1-3/+3
requires that they be present). svn path=/trunk/; revision=10671
2004-04-23From Jon Oberheide: put the "this is a continuation of" item into theGuy Harris1-5/+5
protocol tree under the TCP top-level item, rather than at the top level itself, as the protocol hierarchy statistics code can't handle non-protocol items at the top level. svn path=/trunk/; revision=10670
2004-04-23Get rid of static forward declaration of "toggle_captured_cb()", as it'sGuy Harris1-2/+1
no longer defined here. svn path=/trunk/; revision=10669
2004-04-23Get rid of bogus extra "proto_tree_add_text()" arguments.Guy Harris1-3/+2
svn path=/trunk/; revision=10668
2004-04-23Add gsm_map_stat.h and mtp3_stat.h to the distribution.Gerald Combs1-1/+3
svn path=/trunk/; revision=10667
2004-04-22oops, forgotten to test with GTK1...Ulf Lamping2-4/+12
svn path=/trunk/; revision=10666
2004-04-22seperated common packet range code from the save and the print dialog,Ulf Lamping6-611/+531
and put it into new range_utils files. This will avoid: a) duplicate code in save and print dialog and b) yet another code duplication for future dialogs (export, ...) svn path=/trunk/; revision=10665
2004-04-22No comma after last element in enumJörg Mayer1-2/+2
svn path=/trunk/; revision=10664
2004-04-22No C++ style commentsJörg Mayer1-3/+3
svn path=/trunk/; revision=10663
2004-04-22From Martin MathiesonAnders Broman3-10/+341
add 2 hidden display filters for SIP - namely: (1) sip.error (for all responses with code >= 300) (2) sip.resend (for all packets that appear to have been retransmitted). A field showing a count of these is shown in the SIP stats window. svn path=/trunk/; revision=10662
2004-04-22More correct implementation of the --disable-usr-local option.Olivier Biot2-5/+9
svn path=/trunk/; revision=10661
2004-04-22added some options and enhancements to the print output:Ulf Lamping6-21/+207
-ps: added formatting hints for ghostscript, so pdf conversion will be much better -ps: print a thin line at the top and bottom of each page -ps/text: add an option to start a new page for every packet (formfeed) svn path=/trunk/; revision=10660
2004-04-22From Shinsuke Suzuki:Guy Harris3-8/+68
- sync ICMPv6 Type number with the official assignment (as of Apr 14 2004) - decode MLDv2 query packet svn path=/trunk/; revision=10659
2004-04-21Skipp leading spaces in front of MEGACO and fix dissection of ↵Anders Broman1-22/+30
TransactionResponseAck svn path=/trunk/; revision=10658
2004-04-21From Michael Lum:Guy Harris5-0/+1311
ANSI and GSM MAP stats enhancements and cleanups; enhanced parameter dissection related to SS for GSM A-interface and MAP; minor GSM SMS fix; GSM SS enhancements for parameter dissection; MTP3 statistics tap. svn path=/trunk/; revision=10657
2004-04-21 update to netlogon to show DsrGetDcNameEx2() Client account name, domain ↵Ronnie Sahlberg1-8/+8
name and site name svn path=/trunk/; revision=10656
2004-04-21From Michael Lum:Guy Harris17-229/+1003
ANSI and GSM MAP stats enhancements and cleanups; enhanced parameter dissection related to SS for GSM A-interface and MAP; minor GSM SMS fix; GSM SS enhancements for parameter dissection; MTP3 statistics tap. svn path=/trunk/; revision=10655
2004-04-21Part 2 of Ulf's print update.Olivier Biot1-2/+2
svn path=/trunk/; revision=10654
2004-04-20Provide MMSE 1.1 dissection.Olivier Biot1-23/+397
Please test with MMSE 1.1 captures! svn path=/trunk/; revision=10653
2004-04-20changed postscript output:Ulf Lamping5-35/+72
reduced print margin to 1/2 inch and font size to 8 point, include filename in page header, wrap too long lines svn path=/trunk/; revision=10652
2004-04-20Fix the Content-Type parameter rendering as sometimes the code was addingOlivier Biot1-5/+11
its value to the header field and sometimes to its label in the protocol tree only. svn path=/trunk/; revision=10651
2004-04-20Update Thierry Pelle's address.Gerald Combs2-2/+2
svn path=/trunk/; revision=10650
2004-04-20try to dissect the ms cldap netlogon rpc flags bits.Ronnie Sahlberg1-6/+139
the information comes from the samba sources and may or may not be reliable or menaingful. ms documentation in their knowledgebase says that the only really important part in the netlogon response is the sitename. (i have reasons to belive at least one of the flags, closest, is completely bogous) svn path=/trunk/; revision=10649
2004-04-20fixed MSVC problemsUlf Lamping2-6/+6
svn path=/trunk/; revision=10648
2004-04-20From metatech: basic BEA Tuxedo protocol support.Guy Harris3-1/+202
svn path=/trunk/; revision=10647
2004-04-20From Jelmer Vernooij:Guy Harris16-197/+443
Add support for a couple more SNAC's. Handle TLV's in a somewhat more extendible manner. Fix a bug in the buddylist dissector that caused pango warnings. svn path=/trunk/; revision=10646
2004-04-20From Yuriy Sidelnikov: add a dissector table for OIDs to the ACSEGuy Harris2-37/+30
dissector, and make the FTAP dissector register itself in that table. svn path=/trunk/; revision=10645
2004-04-19Add a textual "(Dont Fragment)" and "(More Fragments)" to the ip.flags lineOlivier Biot1-1/+3
in case the DF bit or the MF bit is set. svn path=/trunk/; revision=10644
2004-04-19Fix a bug in the processing of WV-CSP OPAQUE data (TCPAddress was Integer inOlivier Biot1-7/+3
WV-CSP 1.0 but became a String from WV-CSP 1.1 onwards). The token code page 3 of WV-CSP 1.2 is the same as in WV-CSP 1.1 (not 1.0). svn path=/trunk/; revision=10643
2004-04-19Put the value(s) of a parameter into the top-level item for thatGuy Harris1-66/+138
parameter, and clean up the display of the value(s) under that item. svn path=/trunk/; revision=10642
2004-04-19Add length checks to submessages.Guy Harris1-269/+597
Clean up the handling of parameter sequences - add a bunch of length checking, give each parameter a protocol tree item with the ID/length/value under it, and don't format variable-length string parameters into fixed-length buffers. Use the parameter-sequence dissector for the ISSUE message. Use the "number of bits" value when dissecting a bitmap. svn path=/trunk/; revision=10641
2004-04-19Update Pasi Eronen's e-mail address.Guy Harris2-2/+2
svn path=/trunk/; revision=10640
2004-04-19Use a "while()" loop, rather than a "do { ... } while()" loop, inGuy Harris1-323/+205
"dissect_rtps()", just in case a message with *no* submessages is sent. Fetch the flags field in that loop, as we need the E bit value to determine the byte order of the "next submessage offset" field; fetch that value in the loop as well, and pass both those values, and the byte-order flag, to submessage dissector routines as necessary. Make the main protocol tree item for each submessage cover the entire submessage; put into that protocol tree an item that covers the submessage ID, with a named field. Construct the submessage subtree in that loop, rather than in the submessage dissectors. Put into that subtree items for the flags and next submessage offset; we do that in the submessage dissector, as the interpretation of the bits in the flags field differs from submessage to submessage. svn path=/trunk/; revision=10639
2004-04-18The "next_submsg" argument passed to "get_bitmap()" is an offset withinGuy Harris1-5/+5
the tvbuff, not a relative offset, so it should just be a "gint". svn path=/trunk/; revision=10638
2004-04-18Get rid of an unused variable.Guy Harris1-2/+1
svn path=/trunk/; revision=10637