aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Use explicit casts.Anders Broman8-42/+42
2013-03-04For GTK 3.4 and newer: use GtkColorChooserWidget;Bill Meier1-68/+123
2013-03-03Use explicit casts.Anders Broman4-47/+49
2013-03-03Check to see if GLib's printf routines support the X/Open / POSIXGerald Combs3-5/+50
2013-03-03Fixed two wrong encoding parameters found by fix-encoding-args.pl and a typo ...Pascal Quantin1-3/+3
2013-03-03ENC_BIG_ENDIAN -> ENC_NA (as found by fix-encoding-args.pl)Pascal Quantin1-1/+1
2013-03-03From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin6-82/+82
2013-03-03From beroset:Anders Broman3-19/+29
2013-03-03[Automatic manuf, services and enterprise-numbers update for 2013-03-03]Gerald Combs3-13/+224
2013-03-03Add modelines.Evan Huus1-2/+15
2013-03-03Publish initial version of mine npl (Network Parsing Language) generator sour...Jakub Zawadzki4-0/+2499
2013-03-03Replace proto_tree_add_text "error messages" with expert_add_info_formatMichael Mann1-174/+123
2013-03-03Fix case where we were leaking frame_data if, during 2-pass analysis,Evan Huus1-0/+3
2013-03-03Rewrite free_frame_data_sequence to use recursion instead of manually nestedEvan Huus1-47/+75
2013-03-03The general convention for "interpreted" fields, where we display a moreGuy Harris1-2/+3
2013-03-03proto_tree_add_uint_format_value() puts the field name into the textualGuy Harris1-18/+18
2013-03-02Fix copy-paste error introduced in r48021Pascal Quantin1-1/+1
2013-03-02Revert file committed by mistake in r48023Pascal Quantin1-63/+102
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2-78/+78
2013-03-02Remove a useless pointerPascal Quantin1-1/+0
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin18-520/+462
2013-03-02Revert "Make Solaris Studio hide internal shared library symbols by default"Balint Reczey3-12/+5
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin4-8/+16
2013-03-02Make Solaris Studio hide internal shared library symbols by defaultBalint Reczey3-5/+12
2013-03-02Export some wmem functions using the new scheme.Evan Huus2-0/+14
2013-03-02Don't include wmem.h in packet_info.h, just use the struct name directly.Evan Huus1-2/+1
2013-03-02Don't pass -v straight to valgrind, it's rarely useful. Just increasingEvan Huus1-1/+1
2013-03-02Convert at least enough proto_tree_add_text to proto_tree_add_item/expert_inf...Michael Mann1-233/+239
2013-03-02Move the setting of pt to where it was before the changes, so it'sGuy Harris1-3/+3
2013-03-02Rearrang the code to align with sqlite lemon and copy over a few more things.Anders Broman1-174/+179
2013-03-02From beroset:Anders Broman2-101/+90
2013-03-02Minor tweaks to "ColorSelection" UI:Bill Meier1-61/+115
2013-03-02Define a new exception for reassembly errors, and throw it in several casesEvan Huus3-36/+90
2013-03-02Pass the same offset to tvb_ensure_bytes_exist and fragment_add.Evan Huus1-1/+1
2013-03-02General cleanup including:Michael Mann1-246/+185
2013-03-02Use explicit casts.Anders Broman13-61/+61
2013-03-02Fix a copy/paste error and factorize dissection of extension header length an...Pascal Quantin1-25/+14
2013-03-02From beroset:Anders Broman4-139/+141
2013-03-02Wite space changes.Anders Broman1-50/+50
2013-03-02From Lakshmi Narayana Madala :Anders Broman1-23/+56
2013-03-02lemon.c:3176:8: error: attempt to free a non-heap object ‘buf’Anders Broman1-1/+0
2013-03-02Becport more code.Anders Broman1-10/+9
2013-03-02Missed one place.Anders Broman1-1/+2
2013-03-02lemon.c:78:14: note: expected ‘int (*)(const void *, const void *)’ but a...Anders Broman1-1/+1
2013-03-02From beroset:Anders Broman1-31/+31
2013-03-02More backports from sqlite lemon to try to address warnings.Anders Broman1-14/+20
2013-03-02lemon.c:4628:5: error: conflicting types for ‘Configcmp’Anders Broman1-1/+1
2013-03-02More backports from sqlite lemon to try to address warnings.Anders Broman1-15/+15
2013-03-02Move expert_group_vals expert_severity_vals constant definitions to expert.hBalint Reczey2-27/+24
2013-03-02Remove asn1/dsp from autotools Makefile system since it lacks distclean targetBalint Reczey1-1/+0