aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-24From David Wei:Anders Broman2-53/+122
Bug fixes and improvements to Sm (GTPv2) and SGmb (DIAMETER) dissectors. svn path=/trunk/; revision=42220
2012-04-24From "ars" https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7188Anders Broman1-0/+39
Add dissection of another flavor of Cisco RUDP/SM stack called BSM V1 (version 1 versus Version 0 used for SS7). It used at place where IUA should be used namely for backhauling ISDN PRI from Media Gateway to Media Gateway Controller. svn path=/trunk/; revision=42219
2012-04-24packet-ixveriwave.c:275:12: error: variable ‘vwf_txf’ set but not used.Anders Broman1-3/+0
svn path=/trunk/; revision=42218
2012-04-24From Evan Huus:Anders Broman4-0/+588
NASDAQ MOLD UDP 64 Dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7038 svn path=/trunk/; revision=42217
2012-04-23Minor cleanup:Bill Meier1-85/+87
- Add svn:keywords and svn;eol-style properties - Move proto_reg_handoff...() to the end of the file as per convention; - Use match_strval() instead of match_strval_idx() since idx not used; - Use consistent indentation & style. svn path=/trunk/; revision=42216
2012-04-23the blurb for field /"PCF IP Address/" (/"a11.ext.ase.pcfip/") matches the ↵Anders Broman1-1/+1
field name in packet-3g-a11.c svn path=/trunk/; revision=42215
2012-04-23Get it compiling...Michael Tüxen1-21/+24
svn path=/trunk/; revision=42214
2012-04-23Do indentation cleanup (e.g., 4-space tabs => spaces)Bill Meier6-286/+300
Reformat a few long lines. svn path=/trunk/; revision=42213
2012-04-23Use consistent indentation;Bill Meier1-3681/+3690
Use #if 0/#endif to comment out some code (rather than /* ... */ svn path=/trunk/; revision=42212
2012-04-23Replace hf[] "duplicate blurbs" by NULL;Bill Meier1-449/+455
Use consistent indentation (replace 4-space tabs by spaces); Use consistent formatting style. svn path=/trunk/; revision=42211
2012-04-23Use a crosshair cursor insted of the XOR thingy.Anders Broman1-33/+97
Selected with a define to make it easily reversed if some one does not like it. svn path=/trunk/; revision=42210
2012-04-23Fix a compile error (missing semi-colon) when building for gtk3Bill Meier1-1/+1
svn path=/trunk/; revision=42209
2012-04-23Remove lines that are not needed.ruengeler1-13/+11
svn path=/trunk/; revision=42208
2012-04-23g_object_unref(cursor) craches pre GTK 3.0 protect it withAnders Broman1-1/+5
#if GTK_CHECK_VERSION(3,0,0) svn path=/trunk/; revision=42207
2012-04-23Fix bug #7178 reported by aparanruengeler2-2/+15
svn path=/trunk/; revision=42206
2012-04-23Use GtkFontChooser if GTK >= 3.2Anders Broman2-2/+14
svn path=/trunk/; revision=42205
2012-04-23Get rid of GTK warning when START was hit in the "Capture Interfaces Dialog" ↵ruengeler1-0/+12
while a device was hidden. svn path=/trunk/; revision=42204
2012-04-23From Evan Huus:Anders Broman1-558/+590
Another case where a ridiculously large length field was causing a loop counter to overflow. Had to pass pinfo all over the place to add expert info, but the meat of the fix is on line 4960 (after patch applied). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7121 svn path=/trunk/; revision=42203
2012-04-23Add PKG_SUFIXAnders Broman1-0/+1
svn path=/trunk/; revision=42202
2012-04-23Fix a typo.Bill Meier1-1/+1
svn path=/trunk/; revision=42201
2012-04-23It's not kosher to alloc and init a GArray ourselves instead of calling ↵Bill Meier1-3/+8
g_array_new(). Fixes Bug #7138 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7138) A puzzle: why did the buildbot fuzz-testing only start failing on this on 04/18/2012 since the bug has existed for quite some time ? svn path=/trunk/; revision=42200
2012-04-22Fix a crash caused by an "off by one" defineBill Meier1-1/+1
svn path=/trunk/; revision=42199
2012-04-22Basic IE dissectoon for more IE:sAnders Broman1-78/+360
svn path=/trunk/; revision=42198
2012-04-22Fix a buildbot compile warning.Bill Meier1-1/+1
svn path=/trunk/; revision=42197
2012-04-22Various minor cleanup:Bill Meier1-200/+222
- fix a few small memory leaks; - fix some indentation to match style used (gnu); - remove trailing whitespace; - ... svn path=/trunk/; revision=42196
2012-04-22From Francesco Fondelli: fix mpls "decode as" dialogpascal1-2/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7089 svn path=/trunk/; revision=42195
2012-04-22[Automatic manuf, services and enterprise-numbers update for 2012-04-22]Gerald Combs3-15/+207
svn path=/trunk/; revision=42192
2012-04-22Add casts to make in compile on WindowsAnders Broman1-3/+3
svn path=/trunk/; revision=42191
2012-04-22Use g_object_unrefAnders Broman1-1/+1
svn path=/trunk/; revision=42190
2012-04-22Global variables considered harmful (and unnecessary).Guy Harris1-13/+10
svn path=/trunk/; revision=42189
2012-04-21Another cut-and-pasteo.Guy Harris1-2/+2
svn path=/trunk/; revision=42188
2012-04-21More GTK3 adaptationsAnders Broman23-36/+36
svn path=/trunk/; revision=42187
2012-04-21port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman6-8/+38
svn path=/trunk/; revision=42186
2012-04-21Fix probable cut-and-pasteo.Guy Harris1-2/+2
svn path=/trunk/; revision=42185
2012-04-21Clean up indentation (get rid of 4-space tabs).Guy Harris1-3/+3
svn path=/trunk/; revision=42184
2012-04-21gtk_button_box_new() for pre GTK 3.0Anders Broman2-0/+14
svn path=/trunk/; revision=42183
2012-04-21Clean up indentation - don't use 4-space tabs.Guy Harris1-51/+49
svn path=/trunk/; revision=42182
2012-04-21GTK+ 1.x is no longer supported, and there's no toggle_tree to move anyGuy Harris1-1/+0
more; remove a comment. svn path=/trunk/; revision=42181
2012-04-21"homogeneous" is a Boolean; we can just pass it on to gtk_hbox_new() andGuy Harris1-13/+4
gtk_vbox_new(). svn path=/trunk/; revision=42180
2012-04-21Include "ui/gtk/gui_utils.h" so the ws_gtk_box routines are declared.Guy Harris4-0/+4
svn path=/trunk/; revision=42179
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman14-33/+33
svn path=/trunk/; revision=42178
2012-04-21Missing includeAnders Broman2-2/+2
svn path=/trunk/; revision=42177
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman69-275/+275
svn path=/trunk/; revision=42176
2012-04-21Prettify LTE RRC dissectorpascal3-128/+2802
svn path=/trunk/; revision=42175
2012-04-21Make it possible to download the GTK3 packageAnders Broman2-4/+90
svn path=/trunk/; revision=42174
2012-04-21Lose some more unused variables reported by clang.Martin Mathieson1-7/+4
svn path=/trunk/; revision=42173
2012-04-21Delete some unused variables, in response to clang warnings. From TomMartin Mathieson1-32/+4
Cook. svn path=/trunk/; revision=42172
2012-04-20Switch back to the gtk.org version of the GTK+ bundle since its CairoGerald Combs4-156/+67
doesn't crash. svn path=/trunk/; revision=42171
2012-04-20Clean gnutls-2.12.18-*-win??ws folder with setup targetpascal1-0/+1
svn path=/trunk/; revision=42170
2012-04-20Add an arbitrary (64K) size limit for the unmasked TVBs that weGerald Combs1-22/+24
create. Fix a bunch of signedness mismatches. TVB variable names usually end in "_tvb"; do the same here. Fixup whitespace. svn path=/trunk/; revision=42169