aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-06-11Small cleanup.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=33208
2010-06-10Add the direction to so expert info texts.Martin Mathieson2-5/+10
svn path=/trunk/; revision=33207
2010-06-10Display RefuseReason in Info column.Stig Bjørlykke2-3/+32
svn path=/trunk/; revision=33206
2010-06-10Check if /usr/local exists before adding to CFLAGS/CPPFLAGS and LDFLAGS.Stig Bjørlykke1-13/+17
svn path=/trunk/; revision=33205
2010-06-10From Jim Young via bug 4862:Stig Bjørlykke2-5/+5
GLIB 2.14 necessary to compile Wireshark with Protocol help. svn path=/trunk/; revision=33204
2010-06-10From Jason Burns: DHCP Dissector - Support for DHCP Option 150 TFTP Server ↵Bill Meier1-1/+2
Address "According to this document DHCP Option 150 is an array of IPv4 TFTP Server Addresses http://cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00800942f4.shtml#tftp_option I fixed the capitalization of this option in the bootp dissector and changed the type to match the actual use of the option. (ipv4_list)" From me: Add a pointer to a draft RFC about the DHCP "TFTP Server Address" option. svn path=/trunk/; revision=33203
2010-06-09Add dissector_table_foreach.Anders Broman1-0/+1
svn path=/trunk/; revision=33201
2010-06-09Fix a copy paste error.Anders Broman1-1/+1
svn path=/trunk/; revision=33200
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings)Bill Meier1-4/+4
svn path=/trunk/; revision=33199
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier15-45/+45
svn path=/trunk/; revision=33198
2010-06-09Fix a gcc -Wstrict-prototypes warningBill Meier2-2/+2
svn path=/trunk/; revision=33195
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);Bill Meier1-492/+488
Replace "4 space tabs" by 4 spaces. svn path=/trunk/; revision=33194
2010-06-09Add idmp.Jeff Morriss1-20/+21
svn path=/trunk/; revision=33193
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);Bill Meier1-179/+143
Various minor ckeanup: remove some unecessary if statements & other Move proto_reg_handoff... to the end of the file. svn path=/trunk/; revision=33192
2010-06-09Revise code slightly; mostly: remove some unnecessary if tests ....Bill Meier3-213/+165
svn path=/trunk/; revision=33191
2010-06-09Initialize dst_ref.Stig Bjørlykke2-3/+3
svn path=/trunk/; revision=33189
2010-06-09Removal of unused global variable.Graeme Lunt2-7/+5
svn path=/trunk/; revision=33188
2010-06-09Removal of (hopefully!) the final warning.Graeme Lunt2-12/+6
svn path=/trunk/; revision=33187
2010-06-09Update for missing const for object identifier string and marking tree as ↵Graeme Lunt2-7/+7
unused. svn path=/trunk/; revision=33186
2010-06-09Added packet-idmp.h.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=33185
2010-06-09Build dependency x509ce.Stig Bjørlykke1-1/+6
svn path=/trunk/; revision=33184
2010-06-09Updates to the ROS dissector to support IDMP and fix to IDMP for implicit ↵Graeme Lunt7-38/+70
declaration of return value of call_ros_oid_callback(). svn path=/trunk/; revision=33182
2010-06-09Build Makefile in asn1/idmp.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=33181
2010-06-09Added packet-idmp.cStig Bjørlykke1-0/+1
svn path=/trunk/; revision=33179
2010-06-09Print correct RLRE reason in Info column.Stig Bjørlykke2-9/+29
Dump RLRQ/RLRE text in Info column even when having no reason code. svn path=/trunk/; revision=33178
2010-06-09Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).Graeme Lunt14-15/+1949
IDMP provides a mapping of request-response service elements directly onto the Internet TCP/IP protocol, bypassing the ACSE, Presentation, Session and Transport layers of the OSI model. It also supports the use of TLS services. The DAP dissector has been updated to use the IDMP protocol. svn path=/trunk/; revision=33177
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);Bill Meier1-80/+95
Use #if 0/#endif instead of /* ... */ to comment out code.. svn path=/trunk/; revision=33176
2010-06-09New option (-R) to asn2wrs to register the PDUs defined in the conformance ↵Graeme Lunt1-2/+25
file as BER syntaxes (register_ber_syntax_dissector()). svn path=/trunk/; revision=33175
2010-06-09Corrected a typo in "display seconds with hours and minutes".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=33174
2010-06-08Avoid a crash when deleting the first character in the filter.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=33168
2010-06-08NEW_FILTER_COMBO_BOX: Make the Expression... button work again.Jeff Morriss1-4/+1
svn path=/trunk/; revision=33163
2010-06-08NEW_FILTER_COMBO_BOX: dfilter_combo_add_empty() doesn't appear to be needed: ↵Jeff Morriss1-1/+5
the entry field is empty even after populating thelist of recent filters. svn path=/trunk/; revision=33161
2010-06-08dfilter_entry_match() (for NEW_FILTER_COMBO_BOX): unset value each time ↵Jeff Morriss1-3/+4
through the loop to avoid duplicate initialization warnings from glib. svn path=/trunk/; revision=33160
2010-06-08Remove C++ style comment.Anders Broman1-2/+4
svn path=/trunk/; revision=33159
2010-06-08Fix packet-gtpv2.c:945:1: error: "/*" within commentAnders Broman1-1/+1
svn path=/trunk/; revision=33158
2010-06-08From Tamás Regõs:Anders Broman2-28/+117
Change dissection of User Location Info (ULI) to show the spare bits in the protocol tree and don't show ECI as a bitfield. svn path=/trunk/; revision=33157
2010-06-07Rename the NEW_FILTER_COMBO_BOX routine dfilter_entry_match_new() toGuy Harris1-42/+43
dfilter_entry_match(), as the old dfilter_entry_match() isn't defined or used if NEW_FILTER_COMBO_BOX is defined. Clean up indentation a bit. svn path=/trunk/; revision=33154
2010-06-07Don't define dfilter_entry_match() if we're using a combo box, as it'sGuy Harris1-35/+35
not used. Clean up indentation. svn path=/trunk/; revision=33148
2010-06-07Declare dfilter_list only if we're going to use it.Guy Harris1-2/+1
svn path=/trunk/; revision=33144
2010-06-07Use NEW_FILTER_COMBO_BOX.Anders Broman1-1/+1
If there is no major problems the code can be cleaned up in a few days time. svn path=/trunk/; revision=33141
2010-06-07Update the code for NEW_FILTER_COMBO_BOX.Anders Broman1-22/+30
svn path=/trunk/; revision=33140
2010-06-071.3.6 -> 1.5.0Gerald Combs4-5/+5
svn path=/trunk/; revision=33138
2010-06-07Use find_or_create_conversation() rather than only conversation_new().Bill Meier3-13/+6
Fixes bug #2907: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2907 svn path=/trunk/; revision=33136
2010-06-07Move proto_reg_handoff...(...) to the end of the file;Bill Meier1-52/+51
Remove a few unneeded if statements and a few uneeded initializers; svn path=/trunk/; revision=33132
2010-06-07Move proto_reg_handoff...(...) to the end of the file.Bill Meier1-25/+28
svn path=/trunk/; revision=33130
2010-06-07ECI (E-UTRAN Cell Identifier) wrongly decoded.Anders Broman1-3/+3
Spotted by Tamás Regõs. svn path=/trunk/; revision=33128
2010-06-07From Tamás Regõs:Anders Broman1-83/+89
updated TGPPGmb.xml to version 9.2.0. svn path=/trunk/; revision=33126
2010-06-07Alas, the stuff to see whether the standard output and error are theGuy Harris1-1/+5
same works only on UN*X; note that, and don't bother compiling it on Windows. svn path=/trunk/; revision=33125
2010-06-07If we get an error reading the capture file, don't give up - run theGuy Harris1-4/+25
taps, etc., so we at least print the statistics for the packets we *could* read. Also, if we're printing packet data, and the standard output and standard error are going to the same place, before printing the error message for that error, flush the standard output and print a newline to the standard error, so the error appears after all the packet data, and has a newline separating it from the packet data. This fixes bug 4845. svn path=/trunk/; revision=33124
2010-06-06Clean up indentation.Guy Harris1-5/+5
svn path=/trunk/; revision=33118