aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2005-12-02regenerate the pidl dissectors with the latest version of pidl so it will ↵Ronnie Sahlberg7-173/+263
put the text representation of DOS errors in the decode as well. (the hf field for doserrors did not come with the value_string) svn path=/trunk/; revision=16650
2005-12-02add work in progress asn2eth generated ldap dissector from AndersB's email ofRonnie Sahlberg7-0/+1643
Nov 15 it is checked in but not copied to epan/dissectors so that those interested can work on it until it gets ready to replace the old one. svn path=/trunk/; revision=16649
2005-12-02add two new ip protocol numbersRonnie Sahlberg2-0/+4
from Jaap K svn path=/trunk/; revision=16648
2005-12-02performance improvement: if the packet info dialog is hidden, we don't need ↵Ulf Lamping1-0/+7
to call the capture_... packet count functions svn path=/trunk/; revision=16647
2005-12-02add some more ioctlsRonnie Sahlberg1-8/+122
svn path=/trunk/; revision=16646
2005-12-02add dissection of Ronnie Sahlberg1-1/+55
FSCTL_CREATE_OR_GET_OBJECT_ID svn path=/trunk/; revision=16645
2005-12-01Handle empty APM messageAnders Broman1-5/+24
svn path=/trunk/; revision=16644
2005-12-01fix OPTINIT string, help output and add an exit_main functionUlf Lamping1-37/+34
svn path=/trunk/; revision=16643
2005-12-01fix alphabetical order of OPTINIT string, v seems to be a controversial ↵Ulf Lamping2-2/+2
character :-) svn path=/trunk/; revision=16642
2005-12-01Add TIPC address as address type and use it in TIPC.Anders Broman4-9/+68
svn path=/trunk/; revision=16641
2005-12-01From Thomas Steffen:Anders Broman2-0/+94
Add chargecontrol.xml svn path=/trunk/; revision=16640
2005-12-01Bug fixes from Irene.Michael Tüxen1-32/+20
svn path=/trunk/; revision=16639
2005-12-01add dissection of FSCTL_GET_SHADOW_COPY_DATARonnie Sahlberg1-12/+91
svn path=/trunk/; revision=16638
2005-12-01swap in/out to be more consistent with sane naming conventionsRonnie Sahlberg1-15/+16
svn path=/trunk/; revision=16637
2005-12-01start implementing an ioctl dispatcher for different ioctl functionsRonnie Sahlberg1-2/+18
svn path=/trunk/; revision=16636
2005-12-01add decoding of some ioctl names copied from packet-smb.cRonnie Sahlberg1-0/+56
svn path=/trunk/; revision=16635
2005-12-01move the ioctl function code to the si structure so we can switch on this ↵Ronnie Sahlberg2-6/+5
later in the ioctl_data dissector svn path=/trunk/; revision=16634
2005-12-010x0b is ioctl not transactionRonnie Sahlberg1-35/+192
svn path=/trunk/; revision=16633
2005-12-01From Stig BjørlykkeAnders Broman2-29/+57
Added "Activity Identifier" PI in the OSI Session Protocol dissector. svn path=/trunk/; revision=16632
2005-12-01From Jaap Keuter:Anders Broman1-0/+11
Q.931 fails to pass long message to H.225 svn path=/trunk/; revision=16631
2005-12-01Fix a typoAnders Broman2-2/+2
svn path=/trunk/; revision=16630
2005-11-30Connec all op types to the asn1 code. Use #.PDU to get hf fields auto generated.Anders Broman4-135/+713
svn path=/trunk/; revision=16629
2005-11-30Add circuit ID BICC_CICAnders Broman1-3/+4
svn path=/trunk/; revision=16628
2005-11-30Dissct Ptotocol Id 0Anders Broman1-1/+40
svn path=/trunk/; revision=16627
2005-11-29Add support forMichael Tüxen1-139/+275
- http://www.ietf.org/internet-drafts/draft-stewart-sctpstrrst-01.txt svn path=/trunk/; revision=16626
2005-11-29Change the name of 'isup_calling_partys_category_value'.Anders Broman1-3/+3
svn path=/trunk/; revision=16625
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman12-3352/+6556
Gsmmap - Export asn1 structs used by Camel Camel - Use functions from GSMMAp and ISUP INAP - Rewrite of the asn1 code to correspond more to CS1 data types Let ISUP and Q931 dissect apropriate stuff. svn path=/trunk/; revision=16624
2005-11-29"dcerpc_smb_fetch_pol()" doesn't necessarily return a name, as we mightGuy Harris1-6/+7
not have seen anything that would let us give a name to a handle. svn path=/trunk/; revision=16623
2005-11-29prettification and updates to winregRonnie Sahlberg6-1085/+1370
svn path=/trunk/; revision=16622
2005-11-28seems like autogen doesn't like empty lines in the makefileUlf Lamping1-1/+1
svn path=/trunk/; revision=16621
2005-11-28dumpcap.c doesn't need to link with file.c!Ulf Lamping3-95/+35
this fortunately removes *a lot* of dependencies and make the resulting binary a lot smaller (and hopefully faster to load :-) some more cleanup (like replacing // by /**/) svn path=/trunk/; revision=16620
2005-11-28Change the way we handle realloc so that we now compute all the space requiredRichard Sharpe1-24/+11
up front and realloc once ... This will probably be the last changes I make on this dissector, as I want to concentrate on using asn2eth for LDAP, as time permits. svn path=/trunk/; revision=16619
2005-11-28Add support for building dumpcap, and fix dumpcap to build on UN*X.Guy Harris3-4/+36
svn path=/trunk/; revision=16618